X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Ftegra%2FMakefile;h=43ca154e8a08d4c825f83a9df6b4f37ccb87eec4;hb=16565bc1ce279e58620652e0c62b5efe1be672d2;hp=db58bf53d1ff8c37bd59bbf6a20ac16fb8258b62;hpb=f342ffd300da48aa352c51bd65afebf6419b2228;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index db58bf53d1..43ca154e8a 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only # -# Copyright (C) 2017-2019 Tomasz Maciej Nowak -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# Copyright (C) 2017-2019 Tomasz Maciej Nowak + include $(TOPDIR)/rules.mk ARCH := arm @@ -11,10 +9,10 @@ BOARD := tegra 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 -MAINTAINER := Tomasz Maciej Nowak +CPU_SUBTYPE := vfpv3-d16 +SUBTARGETS := generic -KERNEL_PATCHVER := 4.19 +KERNEL_PATCHVER := 5.15 include $(INCLUDE_DIR)/target.mk