diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-02 14:14:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-02 14:14:40 +0000 |
commit | 6c500b7a5a7d3288f77c176e8c3efeaa08be8bef (patch) | |
tree | 15a15c36caafd3c776f35de61631b4e2b46f0aec | |
parent | f489431f0f75302561aa7f40b2daf7d0e994d006 (diff) | |
download | mtk-20170518-6c500b7a5a7d3288f77c176e8c3efeaa08be8bef.zip mtk-20170518-6c500b7a5a7d3288f77c176e8c3efeaa08be8bef.tar.gz mtk-20170518-6c500b7a5a7d3288f77c176e8c3efeaa08be8bef.tar.bz2 |
fix dependency
SVN-Revision: 4399
-rw-r--r-- | openwrt/package/hostap-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/hostap-utils/Makefile b/openwrt/package/hostap-utils/Makefile index 3987ac5..f2e70ef 100644 --- a/openwrt/package/hostap-utils/Makefile +++ b/openwrt/package/hostap-utils/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/hostap-utils SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+hostap + DEPENDS:=+kmod-hostap TITLE:=Host AP driver utility programs DESCRIPTION:=Host AP driver utility programs URL:=http://hostap.epitest.fi/ |