projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fefd06
)
ramips: WIZnet WizFi630A Platfrom support - board detection
author
John Crispin
<john@openwrt.org>
Tue, 20 Oct 2015 19:03:28 +0000
(19:03 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 20 Oct 2015 19:03:28 +0000
(19:03 +0000)
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>
SVN-Revision: 47243
target/linux/ramips/base-files/lib/ramips.sh
patch
|
blob
|
history
diff --git
a/target/linux/ramips/base-files/lib/ramips.sh
b/target/linux/ramips/base-files/lib/ramips.sh
index 82a1f91397cba62ca85e377490773558e4494434..70f22a72b3923ac800bd406e80c7b51b24cf91b3 100755
(executable)
--- 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"
;;