Author: blogic Date: 2015-10-20 21:03:28 +0200 (Tue, 20 Oct 2015) New Revision: 47243
Modified: branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh Log: 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 <[email protected]> Modified: branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh =================================================================== --- branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh 2015-10-20 19:03:26 UTC (rev 47242) +++ branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh 2015-10-20 19:03:28 UTC (rev 47243) @@ -331,6 +331,9 @@ *"WHR-G300N") name="whr-g300n" ;; + *"WizFi630A") + name="wizfi630a" + ;; *"Sitecom WL-341 v3") name="wl341v3" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
