move hostap-utils to network category
[openwrt.git] / package / hostap-utils / Makefile
index b794ad0..68afdd2 100644 (file)
@@ -11,17 +11,18 @@ PKG_NAME:=hostap-utils
 PKG_VERSION:=0.4.7
 PKG_RELEASE:=1
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
 PKG_MD5SUM:=afe041581b8f01666e353bec20917c85
 PKG_CAT:=zcat
 
+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/
This page took 0.021316 seconds and 4 git commands to generate.