From ca24742bbb95747a41ece09897d497c447ffb4c7 Mon Sep 17 00:00:00 2001 From: Darryl Quinn Date: Mon, 18 Jul 2016 22:33:11 -0500 Subject: [PATCH] add support for lua and minimal luci libs to the build Change-Id: Ife8afe95a5f71a4d65258db8a1f78d3931c7c8c7 --- build/buildsteps/001-prepbuild | 4 ++++ build/buildsteps/kconfig/003-packages | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/build/buildsteps/001-prepbuild b/build/buildsteps/001-prepbuild index 5fd43059..cee71898 100755 --- a/build/buildsteps/001-prepbuild +++ b/build/buildsteps/001-prepbuild @@ -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)}') diff --git a/build/buildsteps/kconfig/003-packages b/build/buildsteps/kconfig/003-packages index 09214e2b..bc6bfc06 100755 --- a/build/buildsteps/kconfig/003-packages +++ b/build/buildsteps/kconfig/003-packages @@ -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