]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: add NAND targets for RTL93xx 19700/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Thu, 7 Aug 2025 06:11:51 +0000 (02:11 -0400)
committerRobert Marko <robimarko@gmail.com>
Sun, 10 Aug 2025 09:46:52 +0000 (11:46 +0200)
commit7cf7f7c6b9091cd70024ee8cf680b970a21bf91c
tree3cb3e3c7a448f0e92197bef5894e9e7c38fc2e37
parent7bc227b82d8cb0ce2d9f7262efba435b6cc6fb58
realtek: add NAND targets for RTL93xx

Some known RTL93xx devices like the Linksys LGS328C or LGS352C are
NAND based. These require additional drivers and packages (e.g. UBI).
The current subtargets are already taylored down for devices with
only 16MB flash. Adding features that are not used will only make
the storage situation more complicated.

Add two new subtargets for RTL93xx that include the basic NAND, UBI
and MTD features. To achieve this do the following:

- Create new subtarget folders
- Copy the existing config and makefiles over
- Add the basic additional features
- Mark them as SOURCE-ONLY
- Add empty image makefiles
- Remove unneded NAND/MTD features from existing configs

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19700
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/Makefile
target/linux/realtek/image/rtl930x_nand.mk [new file with mode: 0644]
target/linux/realtek/image/rtl931x_nand.mk [new file with mode: 0644]
target/linux/realtek/rtl930x/config-6.12
target/linux/realtek/rtl930x_nand/config-6.12 [new file with mode: 0644]
target/linux/realtek/rtl930x_nand/target.mk [new file with mode: 0644]
target/linux/realtek/rtl931x/config-6.12
target/linux/realtek/rtl931x_nand/config-6.12 [new file with mode: 0644]
target/linux/realtek/rtl931x_nand/target.mk [new file with mode: 0644]