aboutsummaryrefslogtreecommitdiff
path: root/target/linux/realtek/rtl930x/target.mk
Commit message (Collapse)AuthorAge
* 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: Cleanup MakefilesOlliver Schinagl2022-12-27
| | | | | | | Our current Makefiles a little bit messy and can be improved somewhat, both in whitespace and in style. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* realtek: Add RTL930X sub-targetBirger Koblitz2022-02-17
Adds the sub-target for the RTL930X-based routers. Adds an initial kernel configuration. Signed-off-by: Birger Koblitz <git@birger-koblitz.de>