move the broadcom driver stuff into its own submenu

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4073 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-06-25 16:05:43 +00:00
parent 1590d3020a
commit f0faad117b
3 changed files with 21 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ define Package/Default
PRIORITY:=optional
DEFAULT:=
MENU:=
SUBMENU:=
TITLE:=
DESCRIPTION:=
endef
@@ -124,6 +125,11 @@ define BuildPackage
echo "Menu: $(MENU)";
endif
ifneq ($(SUBMENU),)
DUMPINFO += \
echo "Submenu: $(SUBMENU)";
endif
ifneq ($(DEFAULT),)
DUMPINFO += \
echo "Default: $(DEFAULT)";