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/cyassl-luci/Makefile | |
parent | b193ca54de0cc3a24f1f2ff9962d8eb4d411a325 (diff) |
contrib/package: reorganize menu structure and move everything to an own LuCI category, remove bitrot
Diffstat (limited to 'contrib/package/cyassl-luci/Makefile')
-rw-r--r-- | contrib/package/cyassl-luci/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/cyassl-luci/Makefile b/contrib/package/cyassl-luci/Makefile index 6d1b6a655..7c23eb4b7 100644 --- a/contrib/package/cyassl-luci/Makefile +++ b/contrib/package/cyassl-luci/Makefile @@ -27,9 +27,9 @@ endef define Package/libcyassl-luci $(call Package/cyassl-luci/Default) - SECTION:=libs - SUBMENU:=SSL - CATEGORY:=Libraries + SECTION:=luci + CATEGORY:=LuCI + SUBMENU:=Libraries TITLE+= (library) endef |