diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-23 14:20:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-23 14:20:51 +0000 |
commit | eeb63417a120c3affed24a42aae650c3a7d69b7a (patch) | |
tree | 62693ba9859eb711419ad5ddae7cc54d55205962 /contrib/package/meshwizard | |
parent | e05ec347876342f26792d9d5ee0ada15064a1014 (diff) |
contrib/package: complete rework of dependencies, should cure menuconfig issues
Diffstat (limited to 'contrib/package/meshwizard')
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index d37e993bb..5420f89d4 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/package.mk define Package/meshwizard SECTION:=luci CATEGORY:=LuCI - SUBMENU:=Freifunk + SUBMENU:=9. Freifunk TITLE:=Shell script based wizard for Mesh networks DEPENDS:=+firewall endef |