- rework of init scripts
- various cleanups
This commit is contained in:
Stephan Raue 2009-11-06 15:26:49 +01:00
parent d18980887c
commit 4fd9fd3c3f
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
. config/options . config/options
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/build linux
# $SCRIPTS/build libirman # $SCRIPTS/build libirman
if [ "$DEBUG" = yes ]; then if [ "$DEBUG" = yes ]; then

View File

@ -2,6 +2,8 @@
. config/options . config/options
$SCRIPTS/install linux
PKG_DIR=`find $PACKAGES -type d -name $1` PKG_DIR=`find $PACKAGES -type d -name $1`
VER=`ls $BUILD/linux*/modules/lib/modules` VER=`ls $BUILD/linux*/modules/lib/modules`