kernel: backport bcm47xxsflash support for reading 32 MiB flashes
[lede.git] / target / linux / arm64 / Makefile
index 8292cfed8b361d7c3b6b54399fb1e4c1304433e2..6bf89a7194d174e48373ceeddd6074bdf3284978 100644 (file)
@@ -13,16 +13,16 @@ FEATURES:=fpu ramdisk
 CFLAGS:=-Os -pipe -fno-caller-saves
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-KERNEL_PATCHVER:=3.18
+KERNEL_PATCHVER:=4.4
 
 DEVICE_TYPE:=developerboard
 
-include $(INCLUDE_DIR)/target.mk
-
 define Target/Description
        Build multi-platform images for the ARMv8 instruction set architecture
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
 KERNELNAME:=Image dtbs
 
 $(eval $(call BuildTarget))