diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-05 14:58:54 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-05 14:58:54 +0000 |
commit | 85a879dbc7ca1f51a5c25616034e9ff83e900a25 (patch) | |
tree | 92d41fc0e9c604813e186771d97eb36f0bc685b3 /package/linux-atm | |
parent | 67c3d9877e08c16c56b7959852926e4c8fc7a7a3 (diff) |
linux-atm: put all packages into their own submenus
Now that we package individual tools as well, the list of ATM tools is
pretty big to deserve its own submenu.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm')
-rw-r--r-- | package/linux-atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index e4d4b49f2..12f871cf9 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -43,6 +43,7 @@ define Package/linux-atm/Default CATEGORY:=Network DEPENDS:=linux-atm URL:=http://linux-atm.sourceforge.net/ + SUBMENU:=Linux ATM tools endef define Package/atm-tools |