From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 21:23:38 +0000 (+0100) Subject: luci-mod-admin-full: fix build dep spec in previous commit (#281) X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=db653649ffa7d71b1d952506796914813be360f0 luci-mod-admin-full: fix build dep spec in previous commit (#281) Signed-off-by: Jo-Philipp Wich --- 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