diff options
author | John Crispin <john@openwrt.org> | 2014-07-02 07:42:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-02 07:42:44 +0000 |
commit | 3d81a4ef822d9261d89338b6090558b0a370c853 (patch) | |
tree | 001cfb8fceef112efaf1b087c059f5ddb3125ee6 /target/linux/ramips/base-files/lib | |
parent | c749b310ed2fbd41d99039184fdfc7a64f309c4c (diff) | |
download | upstream-3d81a4ef822d9261d89338b6090558b0a370c853.tar.gz upstream-3d81a4ef822d9261d89338b6090558b0a370c853.tar.bz2 upstream-3d81a4ef822d9261d89338b6090558b0a370c853.zip |
ralink: add Wansview NCS601W IP Camera
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41453
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-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 697599341b..ca339b354c 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -301,6 +301,9 @@ ramips_board_detect() { *"WRTNODE") name="wrtnode" ;; + *"Wansview NCS601W") + name="ncs601w" + ;; *"Sercomm NA930") name="na930" ;; |