From d9f45a6b7d1d2d040eda4f4e5ff9d6b7e38e992b Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 3 Sep 2010 00:45:55 +0000 Subject: [PATCH] [kirkwood] Set -mtune to marvell-f git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 1861e953d..f227423ba 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.35.4 include $(INCLUDE_DIR)/target.mk +CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time + KERNELNAME:="uImage" DEFAULT_PACKAGES += -- 2.20.1