From 0da9687f1fb6a9f383740c6c69ae971ed16fcce6 Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 5 Jan 2015 23:24:45 +0100 Subject: [PATCH] check fix + new packages for beagle --- build.sh | 6 +++--- config.build | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 7b7e2ed..770d170 100755 --- 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'" diff --git a/config.build b/config.build index e11c55b..4324b9b 100644 --- a/config.build +++ b/config.build @@ -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" -- 2.20.1