aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-20 19:03:28 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-20 19:03:28 +0000
commit626f9510a865fbd71fef5ed663bc426fd1b8e4dc (patch)
tree5876932144d995a96888b4b8c99927a8a38538ec /target
parente4f939449929b207fb44c5b6b7e3c99ca38c3660 (diff)
downloadupstream-626f9510a865fbd71fef5ed663bc426fd1b8e4dc.tar.gz
upstream-626f9510a865fbd71fef5ed663bc426fd1b8e4dc.tar.bz2
upstream-626f9510a865fbd71fef5ed663bc426fd1b8e4dc.zip
ramips: WIZnet WizFi630A Platfrom support - board detection
This patch is adding the missing board detection of WIZnet WizFi630A board. ramips.sh was not submitted with the former patch. This belongs to to the backport of patch r46921 Signed-off-by: Tobias Welz <tw@wiznet.eu> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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 82a1f91397..70f22a72b3 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -331,6 +331,9 @@ ramips_board_detect() {
*"WHR-G300N")
name="whr-g300n"
;;
+ *"WizFi630A")
+ name="wizfi630a"
+ ;;
*"Sitecom WL-341 v3")
name="wl341v3"
;;