diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-16 22:40:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-16 22:40:31 +0000 |
commit | ac45654a16e7c5e2416e3566e049de586cebc2f5 (patch) | |
tree | 75ffae6b75b4d96e6a9553472dbcb46a8ad8b678 /contrib/package/zoneinfo/Makefile | |
parent | b193ca54de0cc3a24f1f2ff9962d8eb4d411a325 (diff) |
contrib/package: reorganize menu structure and move everything to an own LuCI category, remove bitrot
Diffstat (limited to 'contrib/package/zoneinfo/Makefile')
-rw-r--r-- | contrib/package/zoneinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/zoneinfo/Makefile b/contrib/package/zoneinfo/Makefile index ee0ac13d8..82beeb82e 100644 --- a/contrib/package/zoneinfo/Makefile +++ b/contrib/package/zoneinfo/Makefile @@ -30,10 +30,10 @@ endef $(eval $(call Download,tzcode)) define Package/zoneinfo/default - SUBMENU:=Zones (ZoneInfo) + SUBMENU:=ZoneInfo TITLE:=Zone Information - SECTION:=net - CATEGORY:=Network + SECTION:=luci + CATEGORY:=LuCI endef define Package/zoneinfo-core |