diff options
author | John Crispin <john@openwrt.org> | 2015-02-02 09:01:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-02 09:01:07 +0000 |
commit | 70db4e46398c8c82774e6af7f7158f3df22d6afe (patch) | |
tree | 01573d0a1f64ead8608d5bf8b52fae51f2f16365 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | bc906ca59e9f437f5cb9543714d1b979ea82838e (diff) | |
download | upstream-70db4e46398c8c82774e6af7f7158f3df22d6afe.tar.gz upstream-70db4e46398c8c82774e6af7f7158f3df22d6afe.tar.bz2 upstream-70db4e46398c8c82774e6af7f7158f3df22d6afe.zip |
ramips: add support for Xiaomi MiWiFi Mini devices
This patch adds support for Xiaomi MiWiFi Mini, a 802.11a/b/g/n/ac dual radio
wireless router based on the MediaTek MT7620a SoC.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
SVN-Revision: 44238
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index f43725ef9d..4527414e6e 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -367,6 +367,9 @@ ramips_board_detect() { *"Wansview NCS601W") name="ncs601w" ;; + *"Xiaomi MiWiFi Mini") + name="xiaomi-miwifi-mini" + ;; *"Sercomm NA930") name="na930" ;; |