diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 21:46:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 21:46:58 +0000 |
commit | 0ffc8b61f7b33f92af975a66b1b2866465192605 (patch) | |
tree | 4de1fd3ab39d63d362c90b49b7b885eb32f457f5 /package/hostap-utils/Makefile | |
parent | ec191b636b6c8a335b68abe7eda6a519d812cc38 (diff) | |
download | upstream-0ffc8b61f7b33f92af975a66b1b2866465192605.tar.gz upstream-0ffc8b61f7b33f92af975a66b1b2866465192605.tar.bz2 upstream-0ffc8b61f7b33f92af975a66b1b2866465192605.zip |
move hostap-utils to network category
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils/Makefile')
-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 ad142f33d2..68afdd2709 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -21,8 +21,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/hostap-utils - SECTION:=utils - CATEGORY:=Kernel drivers + SECTION:=net + CATEGORY:=Network DEPENDS:=kmod-hostap TITLE:=Host AP driver utility programs URL:=http://hostap.epitest.fi/ |