[openwrt/openwrt] uboot-envtools: add support for ALFA Network AWUSFREE1

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 22 15:23:09 PST 2018


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/f01b3942661a234ed28bc28969ce23e8f8277f37

commit f01b3942661a234ed28bc28969ce23e8f8277f37
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Jan 26 16:44:51 2018 +0100

    uboot-envtools: add support for ALFA Network AWUSFREE1
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-envtools/files/ramips | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index ce200a1..dfbe05e 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -13,12 +13,7 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-all0239-3g|\
-all0256n-4M|\
-all0256n-8M|\
-all5002)
-	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
-	;;
+alfa-network,awusfree1|\
 linkits7688|\
 miwifi-nano|\
 sk-wb8|\
@@ -27,6 +22,12 @@ wsr-600|\
 zbt-wg2626)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
 	;;
+all0239-3g|\
+all0256n-4M|\
+all0256n-8M|\
+all5002)
+	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
+	;;
 mir3g)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
 	;;



More information about the lede-commits mailing list