luci-mod-admin-full: fix build dep spec in previous commit (#281)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 21:23:38 +0000 (22:23 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 21:24:25 +0000 (22:24 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-mod-admin-full/Makefile

index f99f55c..5fed279 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 LUCI_TITLE:=LuCI Administration - full-featured for full control
 LUCI_DEPENDS:=+luci-base
 
-PKG_BUILD_DEPENDS:=+libiwinfo
+PKG_BUILD_DEPENDS:=iwinfo
 
 include ../../luci.mk