aboutsummaryrefslogtreecommitdiff
path: root/target/linux/realtek/rtl931x/target.mk
Commit message (Collapse)AuthorAge
* realtek rtl931x: mark subtarget as source-onlyShiji Yang2025-05-09
| | | | | | | | | | There are no supported devices on this sub-target. It can be considered that it is still under development. Therefore, there is no need to make the buildbot build it every day. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18757 Signed-off-by: Robert Marko <robimarko@gmail.com>
* realtek: remove KERNEL_PATCHVER overridesSander Vanheule2023-01-29
| | | | | | | | | | On the realtek target, the subtarget makefiles include a KERNEL_PATCHVER setting, shadowing KERNEL_PATCHVER from target/linux/realtek/Makefile. This makes the realtek target an exception in this regard, and makes switching kernel version a bit bothersome. Remove the overrides so all subtargets use the same kernel version. Signed-off-by: Sander Vanheule <sander@svanheule.net>
* realtek: Add RTL931X sub-targetBirger Koblitz2022-02-17
We add the RTL931X sub-target with kernel configuration for a dual core MIPS InterAptive CPU. Signed-off-by: Sebastian Gottschall <s.gottschall@dd-wrt.com> Signed-off-by: Birger Koblitz <git@birger-koblitz.de>