mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
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:
parent
eaca08ab58
commit
f559b89bd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user