From: Nicolas Thill Date: Sat, 23 Sep 2006 19:24:44 +0000 (+0000) Subject: change section from base to utils X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14e51589b2be16242a47e6ee8c678fb5c1df84c1;p=librecmc%2Flibrecmc.git change section from base to utils SVN-Revision: 4839 --- diff --git a/openwrt/package/robocfg/Makefile b/openwrt/package/robocfg/Makefile index 072735ef60..c0e7e2c21e 100644 --- a/openwrt/package/robocfg/Makefile +++ b/openwrt/package/robocfg/Makefile @@ -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