mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
udev: sync update from ipfire
commit d19b71301d08db94341eae1d62500a928a8f6712 Author: Arne Fitzenreiter <arne_f@ipfire.org> Date: Thu Dec 26 10:19:20 2024 +0100 udev: patch to handle pidfs and bcachefs this is needed to build udev with kernel 6.12 headers Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org> fix: https://github.com/vincentmli/BPFire/issues/89 Reported-by: Harvey Li <lhw365@gmail.com> Signd-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
1
lfs/udev
1
lfs/udev
@@ -73,6 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/systemd-254-linux-6.12-fs.patch
|
||||
cd $(DIR_APP) && tar axf $(DIR_DL)/udev-lfs-$(RULES_VER).tar.xz
|
||||
|
||||
# Remove two unneeded groups (render and sgx) from the default udev rules
|
||||
|
||||
Reference in New Issue
Block a user