krnlconfig alias updated
This commit is contained in:
parent
4f818b99e9
commit
4e7689e301
|
@ -56,7 +56,7 @@ if [ true == "$SILENT" ]; then
|
||||||
yes "" | make silentoldconfig
|
yes "" | make silentoldconfig
|
||||||
[ "$?" != "0" ] && echo "======= yes \"\" | make silentoldconfig failed ;-( =======" && exit -1
|
[ "$?" != "0" ] && echo "======= yes \"\" | make silentoldconfig failed ;-( =======" && exit -1
|
||||||
else
|
else
|
||||||
make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig
|
TERM=screen make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig
|
||||||
[ "$?" != "0" ] && echo "======= make menuconfig failed ;-( =======" && exit -1
|
[ "$?" != "0" ] && echo "======= make menuconfig failed ;-( =======" && exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue