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 <t...@wiznet.eu> --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 82a1f91397cb..70f22a72b392 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" ;; -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel