[openwrt/openwrt] uboot-envtools: support Xiaomi Mi Router 3G v2/4A Gigabit

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 12 11:18:41 EST 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cb8c94f5162688dc476979ffc8f2fbf11c3db660

commit cb8c94f5162688dc476979ffc8f2fbf11c3db660
Author: Antonis Kanouras <antonis at metadosis.eu>
AuthorDate: Thu Oct 29 21:58:42 2020 +0200

    uboot-envtools: support Xiaomi Mi Router 3G v2/4A Gigabit
    
    Add support for the following devices:
    
    - Xiaomi Mi Wi-Fi Router 3G v2
    - Xiaomi Mi Router 4A Gigabit Edition
    
    Signed-off-by: Antonis Kanouras <antonis at metadosis.eu>
    [add explicit case for 4A, bump PKG_RELEASE,
    improve commit title/message]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 package/boot/uboot-envtools/Makefile     | 2 +-
 package/boot/uboot-envtools/files/ramips | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index 473704053c..73cd083d0a 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=uboot-envtools
 PKG_DISTNAME:=u-boot
 PKG_VERSION:=2020.04
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:= \
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index 14c12bbf09..3ef345d065 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -29,6 +29,8 @@ buffalo,wsr-1166dhp|\
 buffalo,wsr-600dhp|\
 mediatek,linkit-smart-7688|\
 samknows,whitebox-v8|\
+xiaomi,mir3g-v2|\
+xiaomi,mi-router-4a-gigabit|\
 xiaomi,miwifi-nano|\
 zbtlink,zbt-wg2626)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"



More information about the lede-commits mailing list