From fd7ae74f69eb9cef381156f2a70f6648f4bf6d30 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Mon, 30 May 2016 11:16:02 -0700 Subject: [PATCH] bugfix: Build script missing packages snmp,socat,xinet.d are required package as part of the build Change-Id: Ibb68dec4a5e92f8ee8511d971f1189f1d6e8a9a2 --- build/buildsteps/001-prepbuild | 2 ++ build/buildsteps/kconfig/003-packages | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build/buildsteps/001-prepbuild b/build/buildsteps/001-prepbuild index f313bf83..7a14d9dd 100755 --- a/build/buildsteps/001-prepbuild +++ b/build/buildsteps/001-prepbuild @@ -12,6 +12,8 @@ cat feeds.conf.default >> feeds.conf ./scripts/feeds install -a -p arednpackages ./scripts/feeds install snmpd ./scripts/feeds install ntpclient +./scripts/feeds install socat +./scripts/feeds install xinetd SHORT_COMMIT=$(echo "$GIT_COMMIT" | awk '{ string=substr($0, 1, 8); print string; }' ) SHORT_BRANCH=$(echo "$GIT_BRANCH" | awk 'match($0,"/"){print substr($0,RSTART+1)}') diff --git a/build/buildsteps/kconfig/003-packages b/build/buildsteps/kconfig/003-packages index e9f29ef3..09214e2b 100755 --- a/build/buildsteps/kconfig/003-packages +++ b/build/buildsteps/kconfig/003-packages @@ -82,4 +82,6 @@ CONFIG_PACKAGE_libiwinfo=y CONFIG_PACKAGE_socat=y CONFIG_PACKAGE_ntpclient=y CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_libnetsnmp=y +CONFIG_PACKAGE_snmpd=y EOF