Since the start of the Realtek target OpenWrt works with RTL83XX as the target architecture. Upstream is using MACH_REALTEK_RTL instead. To simplify further development align that. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/16963 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
#
|
|
# Realtek RTL838x SoCs
|
|
#
|
|
cflags-$(CONFIG_MACH_REALTEK_RTL) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/
|
|
load-$(CONFIG_MACH_REALTEK_RTL) += 0xffffffff80100000
|