mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-05 23:42:55 +02:00
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>
This commit is contained in:
committed by
Robert Marko
parent
f88135b7cd
commit
8916b26a66
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user