diff --git a/packages/linux/build b/packages/linux/build index b9115dd8e1..c59bec70b6 100755 --- a/packages/linux/build +++ b/packages/linux/build @@ -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 diff --git a/packages/linux/install b/packages/linux/install index 69f1dae297..58ade4f3b2 100755 --- a/packages/linux/install +++ b/packages/linux/install @@ -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 diff --git a/packages/x11/app/xwd/scripts/screenshot b/packages/x11/app/xwd/scripts/screenshot index 4cd022e5cb..544c3ffba6 100755 --- a/packages/x11/app/xwd/scripts/screenshot +++ b/packages/x11/app/xwd/scripts/screenshot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Screenshot script # diff --git a/projects/generic/linux/linux.i386.conf b/projects/generic/linux/linux.i386.conf index 2ef36e24fb..0572f2600d 100644 --- a/projects/generic/linux/linux.i386.conf +++ b/projects/generic/linux/linux.i386.conf @@ -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 diff --git a/projects/jetway_j7f5m/linux/linux.i386.conf b/projects/jetway_j7f5m/linux/linux.i386.conf index 9b1229aac0..b5bc0c50e7 100644 --- a/projects/jetway_j7f5m/linux/linux.i386.conf +++ b/projects/jetway_j7f5m/linux/linux.i386.conf @@ -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