diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-28 10:21:16 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-30 12:12:37 +0200 |
commit | ed224b1880c6609a5c2a837ba23bb96081a433df (patch) | |
tree | 020e282323a4a0c58bc929deec40dbfb69fa2e61 /target/linux/at91/Makefile | |
parent | aff084adf339cf9fd966ce8e2b1173b3ff51fd48 (diff) | |
download | upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.tar.gz upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.tar.bz2 upstream-ed224b1880c6609a5c2a837ba23bb96081a433df.zip |
at91: Update kernel to version 4.14
This adds support for kernel 4.14 to the target and directly make it the
default kernel version to use.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Sandeep Sheriker <sandeepsheriker.mallikarjun@microchip.com>
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index cae3c6278b..4dc70ebac1 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Microchip (Atmel AT91) FEATURES:=ext4 squashfs targz usb usbgadget ubifs SUBTARGETS:=sama5 legacy -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk |