Fix module depency creation for the installer

This commit is contained in:
Arne Fitzenreiter
2008-07-01 06:52:08 +02:00
parent 10183c9fc3
commit f298d31fd5
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
* as86-0.16.17
* asterisk-1.4.18
* atl1-1.2.40.2
* atl2-2.0.4
* autoconf-2.59
* automake-1.9.6
* backup-ipfire

View File

@@ -76,7 +76,8 @@ $(TARGET) :
cp -aR /install/initrd/* /install/mnt
# make new dependencies
depmod -a -F /boot/System.map-$(KVER)-ipfire $(KVER)-ipfire
depmod -a -F /boot/System.map-$(KVER)-ipfire \
-b /install/initrd $(KVER)-ipfire
mksquashfs /install/initrd /install/images/initrd
cd /install/initrd && find ./ -ls > $(DIR_INFO)/_build.initrd.log