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 | |
parent | f8b4dfd172b3c5bb4ce39e881cac89370e928aab (diff) | |
download | mtk-20170518-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.zip mtk-20170518-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.tar.gz mtk-20170518-c887a7fe4e19cbf79b781fd6ca05bb774d20014e.tar.bz2 |
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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7327166..d788863 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" diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 3d9e024..1cfc6e3 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -88,7 +88,7 @@ platform_check_image() { ap113 | \ ap121 | \ ap121-mini | \ - ap136 | \ + ap136-010 | \ ap96 | \ db120 | \ hornet-ub | \ |