mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
tegra: 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
6d7129ef04
commit
c028e1b1a0
@ -10,6 +10,7 @@ BOARDNAME := NVIDIA Tegra
|
||||
FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squashfs usb
|
||||
CPU_TYPE := cortex-a9
|
||||
CPU_SUBTYPE := vfpv3-d16
|
||||
SUBTARGETS := generic
|
||||
|
||||
KERNEL_PATCHVER := 5.10
|
||||
KERNEL_TESTING_PATCHVER := 5.15
|
||||
|
1
target/linux/tegra/generic/target.mk
Normal file
1
target/linux/tegra/generic/target.mk
Normal file
@ -0,0 +1 @@
|
||||
BOARDNAME:=Generic
|
Loading…
Reference in New Issue
Block a user