]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix module depency creation for the installer
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 1 Jul 2008 04:52:08 +0000 (06:52 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 1 Jul 2008 04:52:08 +0000 (06:52 +0200)
doc/packages-list.txt
lfs/initrd

index 78c6365acdf9cf3d375ad3953c295713f976ae36..378df38462510882deab10f42313daa5c9b1bfe3 100644 (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
index e7232d8d067ff20616890658c025c32c89d73268..44aa8bdb1b7fc1ad2deeeec53ec20c0c73f87528 100644 (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