From: Markus Stockhausen Date: Wed, 1 Oct 2025 06:20:07 +0000 (-0400) Subject: realtek: drop source-only from NAND targets X-Git-Tag: v25.12.0-rc1~1017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20255%2Fhead;p=thirdparty%2Fopenwrt.git realtek: drop source-only from NAND targets 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 Link: https://github.com/openwrt/openwrt/pull/20255 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/rtl930x_nand/target.mk b/target/linux/realtek/rtl930x_nand/target.mk index 2ca02dd28d1..4f788faf757 100644 --- a/target/linux/realtek/rtl930x_nand/target.mk +++ b/target/linux/realtek/rtl930x_nand/target.mk @@ -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. diff --git a/target/linux/realtek/rtl931x_nand/target.mk b/target/linux/realtek/rtl931x_nand/target.mk index ba2c3f2b8d8..aa357114327 100644 --- a/target/linux/realtek/rtl931x_nand/target.mk +++ b/target/linux/realtek/rtl931x_nand/target.mk @@ -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.