V2 ar71xx : Add Support for the Bitmain Antrouter R1
[librecmc/librecmc.git] / target / linux / realview / Makefile
index a7ca205ee46f409d06559df5b7d27663b5a149a3..e7a1220f60577de3734a0bdf08926489f0aea7e1 100644 (file)
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=realview
 BOARDNAME:=ARM Ltd. Realview board (qemu)
-FEATURES:=fpu ramdisk
+FEATURES:=ext4 fpu ramdisk
 CPU_TYPE:=mpcore
 CPU_SUBTYPE:=vfp
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.10.15
+KERNEL_PATCHVER:=3.18
 
 DEVICE_TYPE:=developerboard
 
@@ -24,6 +24,6 @@ define Target/Description
        Build images for ARM Ltd. Realview boards to be run with qemu
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))