diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-15 19:06:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-22 15:15:55 +0200 |
commit | 95627665cbcb03c20a4356df3123b19285f5c083 (patch) | |
tree | 0f5ad6c7956d541355f0d7c34bd374c92a29d0a4 /target/linux/at91/Makefile | |
parent | f73ed33be121c8fa0fa81e9c2f29ce98ed863f42 (diff) | |
download | upstream-95627665cbcb03c20a4356df3123b19285f5c083.tar.gz upstream-95627665cbcb03c20a4356df3123b19285f5c083.tar.bz2 upstream-95627665cbcb03c20a4356df3123b19285f5c083.zip |
at91: update to kernel 4.9
This brings the at91 target to kernel 4.9.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Ben Whitten <ben.whitten@gmail.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 c4de685d10..cae3c6278b 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.4 +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk |