diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-18 14:32:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-18 14:32:25 +0000 |
commit | 79ffd1032af0468c7a2b9002f29eb086e617375a (patch) | |
tree | 932df95401915308055ec8d59b4aa7bafe76f8a5 | |
parent | 9a11f882d765a8ca31b151f6d9e20c8062b115cf (diff) | |
download | upstream-79ffd1032af0468c7a2b9002f29eb086e617375a.tar.gz upstream-79ffd1032af0468c7a2b9002f29eb086e617375a.tar.bz2 upstream-79ffd1032af0468c7a2b9002f29eb086e617375a.zip |
ar71xx: fix a typo in TEW-637GRU image names
SVN-Revision: 33460
-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 519b83a74e..9e038b6671 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -757,7 +757,7 @@ $(eval $(call SingleProfile,Cameo933x,$(fs_squash),TEW712BR,tew-712br,TEW-712BR, $(eval $(call SingleProfile,CyberTAN,$(fs_64k),WRT160NL,wrt160nl,WRT160NL,ttyS0,115200,1.00.01)) $(eval $(call SingleProfile,DIR825B1,$(fs_64k),DIR825B1,dir-825-b1,DIR-825-B1,ttyS0,115200,01AP94-AR7161-RT-080619-00,00AP94-AR7161-RT-080619-00)) -$(eval $(call SingleProfile,DIR825B1,$(fs_64k),TEW673GRU,tew-637gru,TEW-673GRU,ttyS0,115200,01AP94-AR7161-RT-080619-01,00AP94-AR7161-RT-080619-01)) +$(eval $(call SingleProfile,DIR825B1,$(fs_64k),TEW673GRU,tew-673gru,TEW-673GRU,ttyS0,115200,01AP94-AR7161-RT-080619-01,00AP94-AR7161-RT-080619-01)) $(eval $(call SingleProfile,MyLoader,$(fs_64k),WP543_2M,wp543,,ttyS0,115200,0x200000,2M)) $(eval $(call SingleProfile,MyLoader,$(fs_64k),WP543_4M,wp543,,ttyS0,115200,0x400000,4M)) |