diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-27 13:09:03 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-27 13:09:21 +0100 |
commit | 6d368a4033181e3d0cfae10a51ed2050cbe89e6b (patch) | |
tree | 98413a7e6821a85b8fa0e44bed46f273728d0dba /modules/luci-mod-admin-full | |
parent | ec6ccf1cd3225b51b958b38c7439f1dea8c28457 (diff) |
Move libubus-lua dependency to luci-base
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-mod-admin-full')
-rw-r--r-- | modules/luci-mod-admin-full/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/Makefile b/modules/luci-mod-admin-full/Makefile index 66c78e28a..5fed2797e 100644 --- a/modules/luci-mod-admin-full/Makefile +++ b/modules/luci-mod-admin-full/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Administration - full-featured for full control -LUCI_DEPENDS:=+luci-base +libubus-lua +LUCI_DEPENDS:=+luci-base PKG_BUILD_DEPENDS:=iwinfo |