change section from base to utils
[openwrt.git] / package / robocfg / Makefile
index 072735e..c0e7e2c 100644 (file)
@@ -17,9 +17,12 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/robocfg
 include $(INCLUDE_DIR)/package.mk
 
 define Package/robocfg
-SECTION:=base
-TITLE:=BCM5325E/536x switch configuration utility
-DESCRIPTION:=Broadcom BCM5325E/536x switch configuration utility
+  SECTION:=utils
+  CATEGORY:=Utilities
+  TITLE:=BCM5325E/536x switch configuration utility
+  DESCRIPTION:=\
+       This package contains an utility for configuring the Broadcom BCM5325E/536x \\\
+       based switches.
 endef
 
 define Build/Prepare
This page took 0.020733 seconds and 4 git commands to generate.