diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:31:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:31:09 +0000 |
commit | ce4228b41708ddc3a76d81c5837b619071585a99 (patch) | |
tree | 19207117a74e39ac3e4f090bcc67e823a5383bc3 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 54968110f119a4aa7e9e536f6c2a4a3a973607ea (diff) | |
download | upstream-ce4228b41708ddc3a76d81c5837b619071585a99.tar.gz upstream-ce4228b41708ddc3a76d81c5837b619071585a99.tar.bz2 upstream-ce4228b41708ddc3a76d81c5837b619071585a99.zip |
ramips: add Poray X8 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37639
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 1bf93e30bf..6960c6d401 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -157,6 +157,9 @@ ramips_board_detect() { *"Poray X5") name="x5" ;; + *"Poray X8") + name="x8" + ;; *"PWH2004") name="pwh2004" ;; |