mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
driver.img ohne SMP
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@53 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -57,9 +57,9 @@ $(TARGET) :
|
||||
|
||||
# make new dependencies
|
||||
depmod -a -F /boot/System.map-$(KVER) $(KVER)
|
||||
if [ "$(MACHINE)" = "i386" ]; then \
|
||||
depmod -a -F /boot/System.map-$(KVER)-smp $(KVER)-smp; \
|
||||
fi
|
||||
# if [ "$(MACHINE)" = "i386" ]; then \
|
||||
# depmod -a -F /boot/System.map-$(KVER)-smp $(KVER)-smp; \
|
||||
# fi
|
||||
|
||||
# Create drivers floppy
|
||||
cd /tmp && rm -rf drivers.tgz drivers.tar bin lib etc var
|
||||
|
||||
Reference in New Issue
Block a user