diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-01 10:26:42 +0000 |
commit | 5058f19e8435730f50914d77b19cb47a482ea796 (patch) | |
tree | 25566e22477201b5214b7df07c93b469aac976f5 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 54175f29c39d955719ae0e929247cc86e10cd870 (diff) | |
download | upstream-5058f19e8435730f50914d77b19cb47a482ea796.tar.gz upstream-5058f19e8435730f50914d77b19cb47a482ea796.tar.bz2 upstream-5058f19e8435730f50914d77b19cb47a482ea796.zip |
ramips: add WHR-1166 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41447 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 5d897fc521..697599341b 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -241,6 +241,9 @@ ramips_board_detect() { *"WHR-600D") name="whr-600d" ;; + *"WHR-1166D") + name="whr-1166d" + ;; *"WHR-G300N") name="whr-g300n" ;; |