diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-01 14:31:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-08-01 14:31:09 +0000 |
commit | 779826d98221d9d0538d22ebdbd7de563e3f7c65 (patch) | |
tree | 8c844745c7e80aa654468e3404e0f98414a475c1 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 64ad8ac32dfa98ba1ae39fd5812e6b83a0bbc416 (diff) | |
download | upstream-779826d98221d9d0538d22ebdbd7de563e3f7c65.tar.gz upstream-779826d98221d9d0538d22ebdbd7de563e3f7c65.tar.bz2 upstream-779826d98221d9d0538d22ebdbd7de563e3f7c65.zip |
ramips: add Poray X8 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37639 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |