luci-mod-admin-full: add build dependency on libiwinfo
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 21:17:36 +0000 (22:17 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 21:17:36 +0000 (22:17 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-mod-admin-full/Makefile

index 11230d6..f99f55c 100644 (file)
@@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
 LUCI_TITLE:=LuCI Administration - full-featured for full control
 LUCI_DEPENDS:=+luci-base
 
 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
 include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature