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-a3cf2f4a3e73master
parent
e4f9394499
commit
626f9510a8
|
@ -331,6 +331,9 @@ ramips_board_detect() {
|
|||
*"WHR-G300N")
|
||||
name="whr-g300n"
|
||||
;;
|
||||
*"WizFi630A")
|
||||
name="wizfi630a"
|
||||
;;
|
||||
*"Sitecom WL-341 v3")
|
||||
name="wl341v3"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue