projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a4143
)
change section from base to utils
author
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 19:24:44 +0000
(19:24 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 19:24:44 +0000
(19:24 +0000)
SVN-Revision: 4839
openwrt/package/robocfg/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/robocfg/Makefile
b/openwrt/package/robocfg/Makefile
index 072735ef6012aed9dce003bfb4751c15fd29a182..c0e7e2c21effd681a0faec513934676179292a94 100644
(file)
--- 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