X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/06a71d286f28d391191ce117ebeceb366ca6d97a..01796da73bce4307c10e53385251427aa9efee9f:/target/linux/ar71xx/Makefile diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 948c4615c..5948e825c 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,9 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR71xx/AR913x -FEATURES:=squashfs tgz +FEATURES:=squashfs jffs2 tgz +CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -LINUX_VERSION:=2.6.28.7 +LINUX_VERSION:=2.6.28.10 include $(INCLUDE_DIR)/target.mk