diff options
-rw-r--r-- | modules/luci-lua-runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/Makefile b/modules/luci-lua-runtime/Makefile index f25e513eb1..c06190cb54 100644 --- a/modules/luci-lua-runtime/Makefile +++ b/modules/luci-lua-runtime/Makefile @@ -23,6 +23,8 @@ LUCI_DEPENDS:= \ +liblucihttp-lua \ +ucode-mod-lua +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |