X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b67bdb01442edcf0088bf46325e4dab8824700a7..4521add75ddf4ca49f5ebe0de8c14458cad99712:/target/linux/omap24xx/Makefile?ds=sidebyside diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 0605b49c5..087c70775 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -12,12 +12,14 @@ BOARDNAME:=TI OMAP-24xx MAINTAINER:=Michael Buesch FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio -LINUX_VERSION:=3.1 +LINUX_VERSION:=3.1.9 define Target/Description TI OMAP-24xx endef +CFLAGS:=-Os -pipe -march=armv6 -mtune=arm1136j-s -fno-caller-saves + include $(INCLUDE_DIR)/target.mk $(eval $(call BuildTarget))