X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Frealview%2FMakefile;h=0524144f3922d89ad105adfda360c44df22e45b0;hb=61fef497bbe02a4a5955b9246ade876d7027f5cf;hp=d0db32dae97f7969915a9d68b83ed2e000b2bb40;hpb=4680c9125b25098f4e6df695b9905da64115e136;p=openwrt.git diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index d0db32dae9..0524144f39 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -10,10 +10,13 @@ ARCH:=arm BOARD:=realview BOARDNAME:=ARM Ltd. Realview board (qemu) FEATURES:=fpu ramdisk -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.39.1 +LINUX_VERSION:=3.10.18 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk