diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-26 09:50:31 +0000 |
commit | c887a7fe4e19cbf79b781fd6ca05bb774d20014e (patch) | |
tree | 9ac44d98f751725cd653f097a794216bf9a4d3df /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | f8b4dfd172b3c5bb4ce39e881cac89370e928aab (diff) | |
download | upstream-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.tar.gz upstream-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.tar.bz2 upstream-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.zip |
ar71xx: rename AP136 to AP136-010
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34883
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7327166fba..d7888638ae 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -174,8 +174,8 @@ ar71xx_board_detect() { *AP121-MINI) name="ap121-mini" ;; - *"AP136 reference board") - name="ap136" + *"AP136-010 reference board") + name="ap136-010" ;; *AP81) name="ap81" |