]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: drop source-only from NAND targets 20255/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 1 Oct 2025 06:20:07 +0000 (02:20 -0400)
committerRobert Marko <robimarko@gmail.com>
Sun, 5 Oct 2025 10:14:05 +0000 (12:14 +0200)
Now the NAND targets have real devices that need to be built.
Remove the source-only flag to make the images available.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/20255
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/rtl930x_nand/target.mk
target/linux/realtek/rtl931x_nand/target.mk

index 2ca02dd28d18e43e374cb72da8d4c5eae22d20e8..4f788faf75771a39bf2c10d5d805e37ea758c84f 100644 (file)
@@ -4,7 +4,7 @@ SUBTARGET:=rtl930x_nand
 CPU_TYPE:=24kc
 BOARD:=realtek
 BOARDNAME:=Realtek MIPS RTL930X (NAND)
-FEATURES+=nand source-only
+FEATURES+=nand
 
 define Target/Description
        Build firmware images for Realtek RTL930x based boards.
index ba2c3f2b8d8f9e37e2ebaf40d8d5874122a0006a..aa35711432796c96ff5f3c4b68925cbf2829ea03 100644 (file)
@@ -4,7 +4,7 @@ SUBTARGET:=rtl931x_nand
 CPU_TYPE:=24kc
 BOARD:=realtek
 BOARDNAME:=Realtek MIPS RTL931X (NAND)
-FEATURES+=nand source-only
+FEATURES+=nand
 
 define Target/Description
        Build firmware images for Realtek RTL931x based boards.