summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-08 22:23:38 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-08 22:24:25 +0100
commitdb653649ffa7d71b1d952506796914813be360f0 (patch)
tree1e287337224e4b503ce25574713fa04979d0b5eb
parent80c06a773d1a5fb5edea0a0176ad6c37527ad5a2 (diff)
luci-mod-admin-full: fix build dep spec in previous commit (#281)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--modules/luci-mod-admin-full/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/Makefile b/modules/luci-mod-admin-full/Makefile
index f99f55cff..5fed2797e 100644
--- a/modules/luci-mod-admin-full/Makefile
+++ b/modules/luci-mod-admin-full/Makefile
@@ -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