diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 20:11:55 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-04 20:11:55 +0000 |
| commit | ad39e10224afe508be6f194b7c3662c4199dd8a9 (patch) | |
| tree | 7d63097fe2bc70b463966307bcec1f3c7f1075b9 /openwrt/package/hostap-utils | |
| parent | 1e5e0f9ecabbe38b0a63e807c1e515a1d66541da (diff) | |
| download | mtk-20170518-ad39e10224afe508be6f194b7c3662c4199dd8a9.zip mtk-20170518-ad39e10224afe508be6f194b7c3662c4199dd8a9.tar.gz mtk-20170518-ad39e10224afe508be6f194b7c3662c4199dd8a9.tar.bz2 | |
fix hostap menuconfig and build for linux 2.6
SVN-Revision: 4448
Diffstat (limited to 'openwrt/package/hostap-utils')
| -rw-r--r-- | openwrt/package/hostap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/hostap-utils/Makefile b/openwrt/package/hostap-utils/Makefile index f2e70ef..d1f7914 100644 --- a/openwrt/package/hostap-utils/Makefile +++ b/openwrt/package/hostap-utils/Makefile @@ -23,8 +23,8 @@ include $(INCLUDE_DIR)/package.mk define Package/hostap-utils SECTION:=utils - CATEGORY:=Utilities - DEPENDS:=+kmod-hostap + CATEGORY:=Drivers + DEPENDS:=kmod-hostap TITLE:=Host AP driver utility programs DESCRIPTION:=Host AP driver utility programs URL:=http://hostap.epitest.fi/ |
