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 | cbed3ebe1a299374bc364a332a5f919ca0cb7003 (patch) | |
tree | 91be0fcabd74f04ce69337707b3a9b58440daa8e | |
parent | b5730c409f4a54c71ca914e71b4a8c949264666e (diff) | |
download | upstream-cbed3ebe1a299374bc364a332a5f919ca0cb7003.tar.gz upstream-cbed3ebe1a299374bc364a332a5f919ca0cb7003.tar.bz2 upstream-cbed3ebe1a299374bc364a332a5f919ca0cb7003.zip |
add AR7240 to BOARDNAME
SVN-Revision: 16778
-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 |