diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-10-30 21:48:09 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-11-24 21:45:33 +0100 |
commit | 939dfe61ed8a951aa0238848e6b2ce8329096c01 (patch) | |
tree | 06150add30b91809967c0640acb92f87b4bd48e6 /package/boot/uboot-envtools | |
parent | c515cd7c348cdee9bd4d444edb2e0fb123f70263 (diff) | |
download | upstream-939dfe61ed8a951aa0238848e6b2ce8329096c01.tar.gz upstream-939dfe61ed8a951aa0238848e6b2ce8329096c01.tar.bz2 upstream-939dfe61ed8a951aa0238848e6b2ce8329096c01.zip |
uboot-envtools: ramips: add support for ALFA Network R36M-E4G
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit 3cfea3a32125a2c59dfaa9103804ad51609ebe9d)
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 589e602f4c..02041da976 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -15,6 +15,7 @@ board=$(board_name) case "$board" in alfa-network,ac1200rm|\ alfa-network,awusfree1|\ +alfa-network,r36m-e4g|\ alfa-network,tube-e4g) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000" ;; |