diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-23 12:54:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-23 12:54:05 +0000 |
commit | 0264fed9bd9ca7fb070caf687d211c970ceb01a0 (patch) | |
tree | f3feded9883fbb586a5308a22feedd805c88d401 | |
parent | 7c8c366a14148b3cc310bbe0df4f4e926b1c8a5d (diff) | |
download | upstream-0264fed9bd9ca7fb070caf687d211c970ceb01a0.tar.gz upstream-0264fed9bd9ca7fb070caf687d211c970ceb01a0.tar.bz2 upstream-0264fed9bd9ca7fb070caf687d211c970ceb01a0.zip |
ar71xx: image use the 64kraw template for the TEW-732BR board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38140
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6d50c059bf..f3f00e27b7 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -884,7 +884,7 @@ $(eval $(call SingleProfile,CameoAP121_8M,64kraw-nojffs,DIR505A1,dir-505-a1,DIR- $(eval $(call SingleProfile,CameoDB120,64kraw,DIR825C1,dir-825-c1,DIR-825-C1,ttyS0,115200,"00DB120AR9344-RT-101214-00")) $(eval $(call SingleProfile,CameoDB120,64kraw,DIR835A1,dir-835-a1,DIR-835-A1,ttyS0,115200,"00DB120AR9344-RT-101214-00")) -$(eval $(call SingleProfile,CameoDB120_8M,64k,TEW732BR,tew-732br,TEW-732BR,ttyS0,115200,"00DB120AR9341-RT-120906-NA")) +$(eval $(call SingleProfile,CameoDB120_8M,64kraw,TEW732BR,tew-732br,TEW-732BR,ttyS0,115200,"00DB120AR9341-RT-120906-NA")) $(eval $(call SingleProfile,CyberTAN,64k,WRT160NL,wrt160nl,WRT160NL,ttyS0,115200,1.00.01)) |