X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fudev;h=4667ff4a68b70f3c370531ef33388b0387bf60ae;hp=846fa64498e4f5cd5a4fcc75fb46e5111cb38292;hb=fc558271507c47ac73eaa2a2d1643cb8281fbe91;hpb=13704e5b1c27dee12c68daf48adb663f12b6f14d diff --git a/lfs/udev b/lfs/udev index 846fa64498..4667ff4a68 100644 --- a/lfs/udev +++ b/lfs/udev @@ -80,6 +80,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/udev-096-netif_rename.patch ifeq "$(LFS_PASS)" "install" cd $(DIR_APP) && make DESTDIR=/install/initrd sbindir=/sbin udevdir=/dev cd $(DIR_APP) && make DESTDIR=/install/initrd sbindir=/sbin udevdir=/dev install @@ -130,7 +131,8 @@ ifeq "$(KLIBC)" "1" else rm -rf /lib/udev/devices cd $(DIR_APP) && tar jxf $(DIR_DL)/udev-config-6.2.tar.bz2 - install -dv /lib/{firmware,udev/devices/{pts,shm}} + install -dv /lib/{firmware,udev/devices/{pts,shm}} + echo "Put device firmwares here ..." > /lib/firmware/dirinfo mknod -m0666 /lib/udev/devices/null c 1 3 ln -sv /proc/self/fd /lib/udev/devices/fd ln -sv /proc/self/fd/0 /lib/udev/devices/stdin