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 | eaa30e97764feb5d9b98f8ff27d06e447298a439 (patch) | |
tree | eb878764d4d9e107dd73b89d0e185677a3c303ed /package/linux-atm/Makefile | |
parent | da069ac46651bf7229006a272dbfbec6eb4cfef7 (diff) | |
download | upstream-eaa30e97764feb5d9b98f8ff27d06e447298a439.tar.gz upstream-eaa30e97764feb5d9b98f8ff27d06e447298a439.tar.bz2 upstream-eaa30e97764feb5d9b98f8ff27d06e447298a439.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>
SVN-Revision: 34504
Diffstat (limited to 'package/linux-atm/Makefile')
-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 |