1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-03 13:26:18 +02:00

bcm63xx-cferam: select for bmips target

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2020-05-17 17:24:47 +02:00
parent f107e1668c
commit 00f6944f16

View File

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