[openwrt/openwrt] bmips: remove source-only flag
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 10 02:57:09 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2c824b461510c216429e91e55b2de96952c42690
commit 2c824b461510c216429e91e55b2de96952c42690
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Apr 9 21:06:54 2023 +0200
bmips: remove source-only flag
bmips target is now more stable and it's time to start generating buildbot
images in order to receive a wider testing, which will be essential to replace
bcm63xx target in the future.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile
index 0de5377f4e..d5f437fbd4 100644
--- a/target/linux/bmips/Makefile
+++ b/target/linux/bmips/Makefile
@@ -7,7 +7,7 @@ CPU_TYPE:=mips32
BOARD:=bmips
BOARDNAME:=Broadcom BMIPS
SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268
-FEATURES:=gpio source-only squashfs usb
+FEATURES:=gpio squashfs usb
KERNEL_PATCHVER:=5.15
More information about the lede-commits
mailing list