mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
mxs: add generic subtarget
Same game as for 853e4dd306
. Add generic
to the filenames.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
cada395a50
commit
64ef920bb7
@ -9,6 +9,7 @@ BOARD:=mxs
|
||||
BOARDNAME:=Freescale i.MX23/i.MX28
|
||||
FEATURES:=ext4 rtc usb gpio
|
||||
CPU_TYPE:=arm926ej-s
|
||||
SUBTARGETS:=generic
|
||||
|
||||
KERNEL_PATCHVER:=5.10
|
||||
KERNEL_TESTING_PATCHVER:=5.15
|
||||
|
1
target/linux/mxs/generic/target.mk
Normal file
1
target/linux/mxs/generic/target.mk
Normal file
@ -0,0 +1 @@
|
||||
BOARDNAME:=Generic
|
Loading…
Reference in New Issue
Block a user