diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-24 18:45:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-24 18:45:56 +0000 |
commit | e70ad61e4451ec23e843ba00365ac7e928392adf (patch) | |
tree | 44b74b048516d2df72246d669dc259f2b5bf044b /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 1cd6237979dafaa5d1e7ec9502dc022015bbc795 (diff) | |
download | upstream-e70ad61e4451ec23e843ba00365ac7e928392adf.tar.gz upstream-e70ad61e4451ec23e843ba00365ac7e928392adf.tar.bz2 upstream-e70ad61e4451ec23e843ba00365ac7e928392adf.zip |
ar71xx: use different machtype and setup for the TL-MR3040
Should fix #12211. Compile tested only.
SVN-Revision: 33535
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 032988e5e2..3ba23b787c 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -327,6 +327,9 @@ ar71xx_board_detect() { *TL-MR3020) name="tl-mr3020" ;; + *TL-MR3040) + name="tl-mr3040" + ;; *TL-MR3220) name="tl-mr3220" ;; |