add support for lua and minimal luci libs to the build

Change-Id: Ife8afe95a5f71a4d65258db8a1f78d3931c7c8c7
This commit is contained in:
Darryl Quinn 2016-07-18 22:33:11 -05:00 committed by K5DLQ
parent d4b7617e03
commit ca24742bbb
2 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,10 @@ cat feeds.conf.default >> feeds.conf
./scripts/feeds install ntpclient
./scripts/feeds install socat
./scripts/feeds install xinetd
./scripts/feeds install luci-base
./scripts/feeds install luci-lib-nixio
./scripts/feeds install luci-lib-ip
./scripts/feeds install luci-lib-jsonc
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

@ -84,4 +84,15 @@ CONFIG_PACKAGE_ntpclient=y
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_libnetsnmp=y
CONFIG_PACKAGE_snmpd=y
CONFIG_PACKAGE_lua=y
CONFIG_PACKAGE_liblua=y
CONFIG_PACKAGE_libuci-lua=y
CONFIG_PACKAGE_libubus-lua=y
CONFIG_PACKAGE_luci-base=y
CONFIG_PACKAGE_luci-lib-nixio=y
CONFIG_PACKAGE_luci-lib-ip=y
CONFIG_PACKAGE_luci-lib-jsonc=y
CONFIG_PACKAGE_libc=y
CONFIG_PACKAGE_libjson-c=y
CONFIG_PACKAGE_libnl_tiny=y
EOF