mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
Fix module depency creation for the installer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user