diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 14:30:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 14:30:13 +0000 |
commit | 55f1f3e71982adf31c3b2c48e21de01f4ebbaae3 (patch) | |
tree | 9910bedc292e124bfa6103224421ba272ba2d1c1 /target | |
parent | 71407a592ee6871b8869db0f4c2b8e268e042771 (diff) | |
download | upstream-55f1f3e71982adf31c3b2c48e21de01f4ebbaae3.tar.gz upstream-55f1f3e71982adf31c3b2c48e21de01f4ebbaae3.tar.bz2 upstream-55f1f3e71982adf31c3b2c48e21de01f4ebbaae3.zip |
[ar71xx] add AR7240 to BOARDNAME
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16778 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 5948e825c8..a048b421be 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx -BOARDNAME:=Atheros AR71xx/AR913x +BOARDNAME:=Atheros AR71xx/AR7240/AR913x FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time |