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 | 04a79e88072106028079095e1c1c3d71fb52893e (patch) | |
tree | 3504f2f353d50ad699de86301d6676dca77925bc /package/hostap-utils/Makefile | |
parent | 350c3cc145865574931bf79dcdec6651cf609ccf (diff) | |
download | upstream-04a79e88072106028079095e1c1c3d71fb52893e.tar.gz upstream-04a79e88072106028079095e1c1c3d71fb52893e.tar.bz2 upstream-04a79e88072106028079095e1c1c3d71fb52893e.zip |
move hostap-utils to network category
SVN-Revision: 5574
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/ |