diff options
| author | Markus Stockhausen | 2025-10-01 06:20:07 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-10-05 10:14:05 +0000 |
| commit | 8916b26a66d9ac61856fc904c74c0c4f424e0979 (patch) | |
| tree | 5707cadee1a93df2d25da0697c01a88548ac43e9 | |
| parent | f88135b7cd13f860df2be2ccdcecc6c6c7544e5e (diff) | |
| download | openwrt-8916b26a66d9ac61856fc904c74c0c4f424e0979.tar.gz | |
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 <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/20255
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/rtl930x_nand/target.mk | 2 | ||||
| -rw-r--r-- | target/linux/realtek/rtl931x_nand/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realtek/rtl930x_nand/target.mk b/target/linux/realtek/rtl930x_nand/target.mk index 2ca02dd28d..4f788faf75 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 ba2c3f2b8d..aa35711432 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. |