diff options
author | Andrew Yong <me@ndoo.sg> | 2016-05-11 00:17:54 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:35 +0200 |
commit | 374cae9e6fcaf4cf4de4f2095f3fec558da51df6 (patch) | |
tree | c6dfa75aeffb0061ce38702779a4e8fb07f6d466 /package | |
parent | 9195d8da355d0d141ac02c9a5269452dc64ffd2d (diff) | |
download | upstream-374cae9e6fcaf4cf4de4f2095f3fec558da51df6.tar.gz upstream-374cae9e6fcaf4cf4de4f2095f3fec558da51df6.tar.bz2 upstream-374cae9e6fcaf4cf4de4f2095f3fec558da51df6.zip |
ramips: add initial support for SamKnows SK-WB8
Signed-off-by: Andrew Yong <me@ndoo.sg>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index a759bcc597..9ad5974348 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -24,7 +24,8 @@ linkits7688d | \ wsr-600 | \ wsr-1166 | \ br6425 | \ -miwifi-nano) +miwifi-nano | \ +sk-wb8) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000" ;; esac |