projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f0f4c1
)
ar71xx: add user-space support for the OpenMesh OM2Pv4/-HSv4
author
Sven Eckelmann
<
[email protected]
>
Thu, 2 Jun 2016 09:25:00 +0000
(11:25 +0200)
committer
John Crispin
<
[email protected]
>
Wed, 15 Feb 2017 08:35:43 +0000
(09:35 +0100)
Signed-off-by: Sven Eckelmann <
[email protected]
>
target/linux/ar71xx/base-files/etc/board.d/01_leds
patch
|
blob
|
history
target/linux/ar71xx/base-files/etc/board.d/02_network
patch
|
blob
|
history
target/linux/ar71xx/base-files/etc/diag.sh
patch
|
blob
|
history
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/etc/board.d/01_leds
b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 84cfb1e616de59749fb2df5ccae74fa3efd5b00b..5cd2e5c7288763826d17b2d1784ede63b88fb915 100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/
target/linux/ar71xx/base-files/etc/board.d/01_leds
@@
-391,9
+391,11
@@
nbg6716)
;;
om2p|\
om2pv2|\
+om2pv4|\
om2p-hs|\
om2p-hsv2|\
om2p-hsv3|\
+om2p-hsv4|\
om2p-lc)
ucidef_set_led_netdev "port1" "port1" "om2p:blue:wan" "eth0"
ucidef_set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1"
diff --git
a/target/linux/ar71xx/base-files/etc/board.d/02_network
b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 001994cb3d0649c189fbb8d1f34f2ba1ea1005c2..50ce445608e3be5853ed1a9127225dfdff4ef0ba 100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/
target/linux/ar71xx/base-files/etc/board.d/02_network
@@
-126,6
+126,8
@@
ar71xx_setup_interfaces()
gl-inet|\
gl-mifi|\
jwap003|\
+ om2pv4|\
+ om2p-hsv4|\
pb42|\
pb44|\
rb-951ui-2hnd|\
diff --git
a/target/linux/ar71xx/base-files/etc/diag.sh
b/target/linux/ar71xx/base-files/etc/diag.sh
index 75c6c9acbab8eaec7139b3a35065e70b0bef74db..111dd612b886d10a37c609c654ab09005e8e60e2 100644
(file)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-238,9
+238,11
@@
get_status_led() {
;;
om2p|\
om2pv2|\
+ om2pv4|\
om2p-hs|\
om2p-hsv2|\
om2p-hsv3|\
+ om2p-hsv4|\
om2p-lc)
status_led="om2p:blue:power"
;;
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 7f27f456357666451c10273d99e1732096802f8b..77016f4ba27ddd72ecdd28b8328871c2c232b997 100755
(executable)
--- a/
target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/
target/linux/ar71xx/base-files/lib/ar71xx.sh
@@
-736,6
+736,9
@@
ar71xx_board_detect() {
*OM2Pv2)
name="om2pv2"
;;
+ *OM2Pv4)
+ name="om2pv4"
+ ;;
*"OM2P HS")
name="om2p-hs"
;;
@@
-745,6
+748,9
@@
ar71xx_board_detect() {
*"OM2P HSv3")
name="om2p-hsv3"
;;
+ *"OM2P HSv4")
+ name="om2p-hsv4"
+ ;;
*"OM2P LC")
name="om2p-lc"
;;