various fixes

This commit is contained in:
Stephan Raue 2009-05-24 20:31:02 +02:00
parent 18f3872b5b
commit 89ceb07deb
5 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export INSTALL=$(kernel_path)
$SCRIPTS/install busybox initramfs
unset LDFLAGS
DEPMOD=`ls -d $ROOT/$BUILD/module-init-tool*/depmod`
DEPMOD=`ls -d $ROOT/$BUILD/module-init-tool*/build/depmod`
cd $(kernel_path)
rm -rf modules

View File

@ -15,7 +15,7 @@ VER=`ls $PKG_BUILD/modules/lib/modules`
$STRIP --strip-debug $MOD
done
$BUILD/module-init-tool*/depmod -b $INSTALL -v $VER > /dev/null
$BUILD/module-init-tool*/build/depmod -b $INSTALL -v $VER > /dev/null
for i in `ls $INSTALL/lib/modules/*/modules.* | grep -v modules.dep | grep -v modules.alias | grep -v modules.symbols`; do
rm -f $i

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Screenshot script
#

View File

@ -722,6 +722,7 @@ CONFIG_SCSI_BUSLOGIC=m
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set

View File

@ -677,6 +677,7 @@ CONFIG_SCSI_BUSLOGIC=m
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set