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/freifunk-common | |
parent | e05ec347876342f26792d9d5ee0ada15064a1014 (diff) |
contrib/package: complete rework of dependencies, should cure menuconfig issues
Diffstat (limited to 'contrib/package/freifunk-common')
-rw-r--r-- | contrib/package/freifunk-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-common/Makefile b/contrib/package/freifunk-common/Makefile index 0b7ea761f..c15f02dcf 100644 --- a/contrib/package/freifunk-common/Makefile +++ b/contrib/package/freifunk-common/Makefile @@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/package.mk define Package/freifunk-common SECTION:=luci CATEGORY:=LuCI - SUBMENU:=Freifunk + SUBMENU:=9. Freifunk TITLE:=Freifunk common files endef |