diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-01 10:46:44 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 3cfc909c54c07d5a24d9a1a7496142b82d580878 (patch) | |
tree | cf174b5ef65ab1a8e2551b5a2038538b39b24f57 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 619d68bfc90e548e3398b26a2a0ca3fccd7d3f38 (diff) | |
download | mtk-20170518-3cfc909c54c07d5a24d9a1a7496142b82d580878.zip mtk-20170518-3cfc909c54c07d5a24d9a1a7496142b82d580878.tar.gz mtk-20170518-3cfc909c54c07d5a24d9a1a7496142b82d580878.tar.bz2 |
ramips: rename Digineo AC1200 Pro to ZBT-WG3526 32MB
The Digineo AC1200 Pro is the 32MB flash variant of the ZBT-WG3526 with
unpopulated/exposed sdhci slot. Rename to board to the OEM/ODM name and
add the sdhci kernel module to use it for multiple clones.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index d0abd2d..3342a8f 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -130,9 +130,6 @@ ramips_board_detect() { *"DCS-930L B1") name="dcs-930l-b1" ;; - *"Digineo AC1200 Pro") - name="ac1200pro" - ;; *"DIR-300 B1") name="dir-300-b1" ;; @@ -664,6 +661,9 @@ ramips_board_detect() { *"ZBT-WG3526 (16M)") name="zbt-wg3526-16M" ;; + *"ZBT-WG3526 (32M)") + name="zbt-wg3526-32M" + ;; *"ZBT-WR8305RT") name="zbt-wr8305rt" ;; |