diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-26 23:00:07 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-04-06 23:11:00 +0200 |
commit | 10ea53f900ee0cb384a9610d8870ba86cd837791 (patch) | |
tree | f281fd9ee36f1a710f40755e5978f74cc49a2bd8 /package | |
parent | 3fc8f50f56d822e40e946d1a0627def00760c471 (diff) | |
download | upstream-10ea53f900ee0cb384a9610d8870ba86cd837791.tar.gz upstream-10ea53f900ee0cb384a9610d8870ba86cd837791.tar.bz2 upstream-10ea53f900ee0cb384a9610d8870ba86cd837791.zip |
ramips: add U-Boot env support for ALFA Network AC1200RM
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package')
-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 88f561b0f4..f992f41bc8 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -13,6 +13,7 @@ touch /etc/config/ubootenv board=$(board_name) case "$board" in +alfa-network,ac1200rm|\ alfa-network,awusfree1) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000" ;; |