tslib: remove comments from config file
[qi-bootmenu-system.git] / sources / sections / busybox.sh
blob421f64554f4beaddd81f2ef7a0074cb3b6faa467
1 setupfor busybox
3 make allnoconfig KCONFIG_ALLCONFIG="$CONFIG_DIR/miniconfig-busybox" &&
5 cp .config "$CONFIG_DIR/config-busybox" &&
7 LDFLAGS="$LDFLAGS" make -j $CPUS CROSS_COMPILE="$CROSS" CONFIG_PREFIX="$ROOT_DIR" \
8 $VERBOSITY install
10 [ $? -ne 0 ] && dienow
12 cleanup busybox