X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Frealview%2FMakefile;h=c4f7a72e390f5c78d85c887d7adc9b8c6ed8f229;hb=ceee47ba646edd54c8b40365b43b4a048ef45cf5;hp=4481b20b04257d308b791b8ef645f585dc8c8f48;hpb=cbe43a88eba4202860c3ef6ce733c9062c7fdfc8;p=oweals%2Fopenwrt.git diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 4481b20b04..c4f7a72e39 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,10 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=realview BOARDNAME:=ARM Ltd. Realview board (qemu) -FEATURES:=squashfs jffs2 fpu -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time +FEATURES:=ext4 fpu ramdisk +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.36 +KERNEL_PATCHVER:=4.4 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk @@ -20,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))