mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
cccf3181a6
In preparation for EN7581 SoC support, move en7523 in dedicated subtarget. This is needed as EN7581 is now 64bit but en7523 is 32bit hence have very different kernel config. Also rename patch to a more friendly number sequence. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
6 lines
110 B
Makefile
6 lines
110 B
Makefile
ARCH:=arm
|
|
SUBTARGET:=en7523
|
|
BOARDNAME:=EN7523
|
|
CPU_TYPE:=cortex-a7
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=source-only
|