bugfix: Build script missing packages

snmp,socat,xinet.d are required package as part of the build

Conflicts:

	build/buildsteps/kconfig/003-packages

Change-Id: Ibb68dec4a5e92f8ee8511d971f1189f1d6e8a9a2
This commit is contained in:
Conrad Lara - KG6JEI 2016-05-30 11:16:02 -07:00
parent 55c8fc0219
commit 86bc3a6b55
2 changed files with 5 additions and 0 deletions

View File

@ -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)}')

View File

@ -80,4 +80,7 @@ CONFIG_PACKAGE_iwinfo=y
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