[openwrt/openwrt] bcm63xx-cfe: enable package for bcm4908

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 18 01:39:42 EST 2021


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f559b89bd0341a0ab3979484ca4c52205343f090

commit f559b89bd0341a0ab3979484ca4c52205343f090
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Fri Jan 15 10:44:12 2021 +0100

    bcm63xx-cfe: enable package for bcm4908
    
    bcm4908 target needs to include cferam images in firmware files too
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 package/kernel/bcm63xx-cfe/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kernel/bcm63xx-cfe/Makefile b/package/kernel/bcm63xx-cfe/Makefile
index bdc8b2cc76..3eada4bab2 100644
--- a/package/kernel/bcm63xx-cfe/Makefile
+++ b/package/kernel/bcm63xx-cfe/Makefile
@@ -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



More information about the lede-commits mailing list