mirror of https://github.com/aredn/aredn.git
Merge "bugfix: Build script missing packages" into develop
This commit is contained in:
commit
fe8ae5296f
|
@ -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)}')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue