Merge "bugfix: Build script missing packages" into develop

This commit is contained in:
KG6JEI 2016-06-01 04:14:27 +00:00 committed by Gerrit Code Review
commit fe8ae5296f
2 changed files with 4 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

@ -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