diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-01-26 16:44:51 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-22 23:40:16 +0100 |
commit | f01b3942661a234ed28bc28969ce23e8f8277f37 (patch) | |
tree | 15eb8a1b159561acdb7ce326d4bf9de0f2039e06 /package/boot | |
parent | f1c193c27e714a051b49788fff3aecbd728190e1 (diff) | |
download | upstream-f01b3942661a234ed28bc28969ce23e8f8277f37.tar.gz upstream-f01b3942661a234ed28bc28969ce23e8f8277f37.tar.bz2 upstream-f01b3942661a234ed28bc28969ce23e8f8277f37.zip |
uboot-envtools: add support for ALFA Network AWUSFREE1
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index ce200a1fff..dfbe05e119 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" ;; |