1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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:
nbd
2006-06-25 16:05:43 +00:00
parent d3abc2c9f5
commit 5bd73a1205
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)";