diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-01 01:13:16 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-01 01:13:16 +0000 |
commit | 6a18146206c18daae5f2a8a4a203b3fc53745f58 (patch) | |
tree | 1c5f256590bc0719ff9d8cc6b161012e7f5f80a1 /target/linux/kirkwood/base-files/lib | |
parent | 013a114691e74c9eb76eb2becd7f4878a1fc7f59 (diff) | |
download | upstream-6a18146206c18daae5f2a8a4a203b3fc53745f58.tar.gz upstream-6a18146206c18daae5f2a8a4a203b3fc53745f58.tar.bz2 upstream-6a18146206c18daae5f2a8a4a203b3fc53745f58.zip |
kirkwood: add initial support for NSA310s
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47330
Diffstat (limited to 'target/linux/kirkwood/base-files/lib')
-rwxr-xr-x | target/linux/kirkwood/base-files/lib/kirkwood.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index aa16daf4c0..6e0f444d3e 100755 --- a/target/linux/kirkwood/base-files/lib/kirkwood.sh +++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh @@ -57,6 +57,10 @@ kirkwood_board_detect() { name="sheevaplug-esata" ;; + "ZyXEL NSA310S") + name="nsa310s" + ;; + *) name="generic" ;; |