diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-30 10:54:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-30 10:54:24 +0000 |
commit | 89678917bd244337728f3303b9be98455e952dfd (patch) | |
tree | ac4f853954c3b04e6610b15022e084d56cb35485 /contrib | |
parent | f835fc1edfb4b678a63d7033234e42b84582e033 (diff) |
modules/admin-full: rework luci-bwc/libiwinfo integration
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 40009a28b..5ee13d4d4 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -9,7 +9,7 @@ PKG_BUILD_PARALLEL:=0 PKG_VERSION:=$(shell $(LUCI_TOPDIR)/build/mkrevision.sh 2>/dev/null || echo unknown) -PKG_BUILD_DEPENDS:=$(if $(STAGING_DIR_ROOT),lua/host) +PKG_BUILD_DEPENDS:=$(if $(STAGING_DIR_ROOT),lua/host) iwinfo PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install PKG_USE_MIPS16:=0 |