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 | fb77053caa0318107342eba60c0d38f5f2c209ab (patch) | |
tree | 239b9ea5b6361898e061c49ff1910d0cfda8c7dd /package/hostap-utils | |
parent | c57517140709d4fe13206b3681e13b5853b8a4fe (diff) | |
download | upstream-fb77053caa0318107342eba60c0d38f5f2c209ab.tar.gz upstream-fb77053caa0318107342eba60c0d38f5f2c209ab.tar.bz2 upstream-fb77053caa0318107342eba60c0d38f5f2c209ab.zip |
fix hostap menuconfig and build for linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4448 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-rw-r--r-- | package/hostap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index f2e70efa5f..d1f7914768 100644 --- a/package/hostap-utils/Makefile +++ b/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/ |