diff options
author | Ash Benz <ash.benz@bk.ru> | 2016-05-27 22:26:42 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-27 15:50:17 +0200 |
commit | 14515cc27140069904d4ffc1766c97da439fb42e (patch) | |
tree | 5226c5e3c058d17b669755f557afdaef61a3f173 /target/linux/ipq806x/base-files/lib/ipq806x.sh | |
parent | 98b50f0beff0c6f7691a0433fc43b959b56f9a4f (diff) | |
download | upstream-14515cc27140069904d4ffc1766c97da439fb42e.tar.gz upstream-14515cc27140069904d4ffc1766c97da439fb42e.tar.bz2 upstream-14515cc27140069904d4ffc1766c97da439fb42e.zip |
ipq806x/base-files: Add support for Archer C2600
Signed-off-by: Ash Benz <ash.benz@bk.ru>
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 db227087f4..73202c0b88 100644 --- a/target/linux/ipq806x/base-files/lib/ipq806x.sh +++ b/target/linux/ipq806x/base-files/lib/ipq806x.sh @@ -17,6 +17,9 @@ ipq806x_board_detect() { *"AP148") name="ap148" ;; + *"C2600") + name="c2600" + ;; *"D7800") name="d7800" ;; |