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 | |
parent | da069ac46651bf7229006a272dbfbec6eb4cfef7 (diff) | |
download | mtk-20170518-eaa30e97764feb5d9b98f8ff27d06e447298a439.zip mtk-20170518-eaa30e97764feb5d9b98f8ff27d06e447298a439.tar.gz mtk-20170518-eaa30e97764feb5d9b98f8ff27d06e447298a439.tar.bz2 |
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
-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 e4d4b49..12f871c 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 |