diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-06-21 11:55:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 823242185b56ea518568296f1a5834f736f12076 (patch) | |
tree | 098f7b028cc2733e1e4a5a3951b0a3e427935364 /target/linux/ipq806x/base-files/lib/ipq806x.sh | |
parent | 9bf3ddcb2ae9cf48fba1e392ff57727f22a036bd (diff) | |
download | mtk-20170518-823242185b56ea518568296f1a5834f736f12076.zip mtk-20170518-823242185b56ea518568296f1a5834f736f12076.tar.gz mtk-20170518-823242185b56ea518568296f1a5834f736f12076.tar.bz2 |
ipq806x: add initial support for Netgear R7800
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/lib/ipq806x.sh')
-rw-r--r-- | target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/lib/ipq806x.sh b/target/linux/ipq806x/base-files/lib/ipq806x.sh index 8157e6a..adac916 100644 --- a/target/linux/ipq806x/base-files/lib/ipq806x.sh +++ b/target/linux/ipq806x/base-files/lib/ipq806x.sh @@ -32,6 +32,9 @@ ipq806x_board_detect() { *"Linksys EA8500"*) name="ea8500" ;; + *"R7800") + name="r7800" + ;; esac [ -z "$name" ] && name="unknown" |