]> hackdaworld.org Git - outofuni/dib.git/commitdiff
check fix + new packages for beagle
authorhackbard <hackbard@hackdaworld.org>
Mon, 5 Jan 2015 22:24:45 +0000 (23:24 +0100)
committerhackbard <hackbard@hackdaworld.org>
Mon, 5 Jan 2015 22:24:45 +0000 (23:24 +0100)
build.sh
config.build

index 7b7e2ed3a6aef12df4f85f01e96729ebcb61947c..770d170b8e3a44ab9638333ae1a997366b3746b2 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -198,17 +198,17 @@ else
        . ./config.build
 fi
 
-# check prerequisites
-check_prereq
-
 # debootstrap
 if [ -z $1 ]; then
+       check_prereq
        build_all > ./build.log 2>&1
 elif [ "$1" = "chroot" ]; then
        build_in_chroot > ./build_in_chroot.log 2>&1
 elif [ "$1" = "uboot" ]; then
+       check_prereq
        build_uboot > ./build_uboot.log 2>&1
 elif [ "$1" = "kernel" ]; then
+       check_prereq
        build_kernel > ./build_kernel.log 2>&1
 else 
        echo "unknown option: '$1'"
index e11c55bd9190fe40e192674c91d1d79e125404cb..4324b9b550ac559f6fe307a898f62ef70d84dfbe 100644 (file)
@@ -38,8 +38,9 @@ GETTY=ttyO0
 
 # add your packages here
 ADDPKGS="vim git make gcc lua5.2 golang net-tools iputils-ping kmod"
-ADDPKGS="$ADDPKGS wget openssh-server"
+ADDPKGS="$ADDPKGS wget openssh-server rsync"
 # beagle
+ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
 # nellboard
 #ADDPKGS="$ADDPKGS python dnsmasq"