bcm63xx-cfe: enable package for bcm4908

bcm4908 target needs to include cferam images in firmware files too

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2021-01-15 10:44:12 +01:00
parent eaca08ab58
commit f559b89bd0
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ include $(INCLUDE_DIR)/package.mk
define Package/bcm63xx-cfe
SECTION:=boot
CATEGORY:=Boot Loaders
DEPENDS:=@TARGET_bcm63xx
DEPENDS:=@(TARGET_bcm4908||TARGET_bcm63xx)
TITLE:=bcm63xx-cfe
DEFAULT:=y if TARGET_bcm63xx
DEFAULT:=y
endef
define Package/bcm63xx-cfe/description