diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 22:17:36 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 22:17:36 +0100 |
commit | 80c06a773d1a5fb5edea0a0176ad6c37527ad5a2 (patch) | |
tree | e6ed7f5d2a287a7b19815b7df15e877276f30bb8 /modules | |
parent | b348413fb23962e28fd5158e3ba21ea933feb8f3 (diff) |
luci-mod-admin-full: add build dependency on libiwinfo
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-admin-full/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-mod-admin-full/Makefile b/modules/luci-mod-admin-full/Makefile index 11230d66d..f99f55cff 100644 --- a/modules/luci-mod-admin-full/Makefile +++ b/modules/luci-mod-admin-full/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Administration - full-featured for full control LUCI_DEPENDS:=+luci-base +PKG_BUILD_DEPENDS:=+libiwinfo + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |