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:
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user