|
|
@ -5,6 +5,7 @@ PATH="/bin:/usr/bin:/sbin:/usr/sbin"
|
|
|
|
GK_V='3.3.11e'
|
|
|
|
GK_V='3.3.11e'
|
|
|
|
|
|
|
|
|
|
|
|
TMPDIR='/var/tmp/genkernel'
|
|
|
|
TMPDIR='/var/tmp/genkernel'
|
|
|
|
|
|
|
|
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$
|
|
|
|
TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified.
|
|
|
|
TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified.
|
|
|
|
|
|
|
|
|
|
|
|
small_die() {
|
|
|
|
small_die() {
|
|
|
@ -25,8 +26,6 @@ source ${GK_BIN}/gen_moddeps.sh || gen_die "Could not read ${GK_BIN}/gen_moddeps
|
|
|
|
source ${GK_BIN}/gen_package.sh || gen_die "Could not read ${GK_BIN}/gen_package.sh"
|
|
|
|
source ${GK_BIN}/gen_package.sh || gen_die "Could not read ${GK_BIN}/gen_package.sh"
|
|
|
|
source ${GK_BIN}/gen_bootloader.sh || gen_die "Could not read ${GK_BIN}/gen_bootloader.sh"
|
|
|
|
source ${GK_BIN}/gen_bootloader.sh || gen_die "Could not read ${GK_BIN}/gen_bootloader.sh"
|
|
|
|
|
|
|
|
|
|
|
|
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trap_cleanup(){
|
|
|
|
trap_cleanup(){
|
|
|
|
# Call exit code of 1 for failure
|
|
|
|
# Call exit code of 1 for failure
|
|
|
|
cleanup
|
|
|
|
cleanup
|
|
|
|