add submenu dependencies (used to hide the proprietary broadcom driver on anything except for brcm-2.4)
SVN-Revision: 4197
This commit is contained in:
@@ -83,6 +83,7 @@ define Package/Default
|
||||
DEFAULT:=
|
||||
MENU:=
|
||||
SUBMENU:=
|
||||
SUBMENUDEP:=
|
||||
TITLE:=
|
||||
DESCRIPTION:=
|
||||
endef
|
||||
@@ -142,6 +143,10 @@ define BuildPackage
|
||||
ifneq ($(SUBMENU),)
|
||||
DUMPINFO += \
|
||||
echo "Submenu: $(SUBMENU)";
|
||||
ifneq ($(SUBMENUDEP),)
|
||||
DUMPINFO += \
|
||||
echo "Submenu-Depends: $(SUBMENUDEP)";
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(DEFAULT),)
|
||||
|
||||
Reference in New Issue
Block a user