summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-06-16 22:40:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-06-16 22:40:31 +0000
commitac45654a16e7c5e2416e3566e049de586cebc2f5 (patch)
tree75ffae6b75b4d96e6a9553472dbcb46a8ad8b678 /contrib/package/olsrd-luci
parentb193ca54de0cc3a24f1f2ff9962d8eb4d411a325 (diff)
contrib/package: reorganize menu structure and move everything to an own LuCI category, remove bitrot
Diffstat (limited to 'contrib/package/olsrd-luci')
-rw-r--r--contrib/package/olsrd-luci/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile
index 29c0740aa..5928dfe02 100644
--- a/contrib/package/olsrd-luci/Makefile
+++ b/contrib/package/olsrd-luci/Makefile
@@ -33,8 +33,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/olsrd-luci/common_info
- SECTION:=net
- CATEGORY:=Network
+ SECTION:=luci
+ CATEGORY:=LuCI
+ SUBMENU:=Freifunk
TITLE:=OLSR - Optimized Link State Routing Daemon
URL:=http://www.olsr.org/
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>