diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-05 14:58:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-05 14:58:54 +0000 |
commit | eebdec56b1799eefdbc699b8733cb4c1f8025393 (patch) | |
tree | 92d41fc0e9c604813e186771d97eb36f0bc685b3 /package/linux-atm | |
parent | 489c3ed1334e531c36056dabddc6af70b58d8f70 (diff) | |
download | upstream-eebdec56b1799eefdbc699b8733cb4c1f8025393.tar.gz upstream-eebdec56b1799eefdbc699b8733cb4c1f8025393.tar.bz2 upstream-eebdec56b1799eefdbc699b8733cb4c1f8025393.zip |
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 e4d4b49f26..12f871cf94 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 |