diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 14:30:13 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 14:30:13 +0000 |
commit | d07256318663cc881153a52edb2139309cbb66de (patch) | |
tree | 9910bedc292e124bfa6103224421ba272ba2d1c1 /target/linux/ar71xx/Makefile | |
parent | 9fa444b39d3beaacc58b3b563bfbd6d95d6e1832 (diff) |
[ar71xx] add AR7240 to BOARDNAME
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16778 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-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 5948e825c..a048b421b 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 |