diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 22:39:41 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-10 22:39:41 +0100 |
commit | c5477f717dd50a9a2c87fa7f0cc0cbc03a2047cc (patch) | |
tree | e262665da3322c618957cacd7e0d08b5776514bf /modules/luci-mod-admin-full/Makefile | |
parent | 9a81d8ff32bcb023d4d6e9f8955d978cfb76455c (diff) | |
parent | 42757cb5495271833c17369549d701bee12d4c36 (diff) |
Merge pull request #288 from chris5560/master
Modified dependencies
Diffstat (limited to 'modules/luci-mod-admin-full/Makefile')
-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 5fed2797ec..66c78e28a9 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 +LUCI_DEPENDS:=+luci-base +libubus-lua PKG_BUILD_DEPENDS:=iwinfo |