aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/mpc85xx/base-files/etc/board.d/01_leds19
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts24
2 files changed, 31 insertions, 12 deletions
diff --git a/target/linux/mpc85xx/base-files/etc/board.d/01_leds b/target/linux/mpc85xx/base-files/etc/board.d/01_leds
new file mode 100644
index 0000000000..391c909e4c
--- /dev/null
+++ b/target/linux/mpc85xx/base-files/etc/board.d/01_leds
@@ -0,0 +1,19 @@
+
+. /lib/functions/leds.sh
+. /lib/functions/uci-defaults.sh
+
+board=$(board_name)
+boardname="${board##*,}"
+
+board_config_update
+
+case $board in
+extreme-networks,ws-ap3825i)
+ ucidef_set_led_netdev "lan1" "LAN1" "green:lan1" "eth1"
+ ucidef_set_led_netdev "lan2" "LAN2" "green:lan2" "eth0"
+ ;;
+esac
+
+board_config_flush
+
+exit 0
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
index b4a90b31c7..aba7739d0d 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
@@ -54,44 +54,44 @@
wifi1 {
gpios = <&spi_gpio 3 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:radio1";
+ label = "green:radio1";
linux,default-trigger = "phy0tpt";
};
wifi2 {
gpios = <&spi_gpio 2 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:radio2";
+ label = "green:radio2";
linux,default-trigger = "phy1tpt";
};
led_power_green: power_green {
gpios = <&spi_gpio 0 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:power";
+ label = "green:power";
};
led_power_red: power_red {
gpios = <&spi_gpio 1 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:power";
+ label = "red:power";
};
- eth0_red {
+ lan1_red {
gpios = <&spi_gpio 6 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:eth0";
+ label = "red:lan1";
};
- eth0_green {
+ lan1_green {
gpios = <&spi_gpio 4 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:eth0";
+ label = "green:lan1";
};
- eth1_red {
+ lan2_red {
gpios = <&spi_gpio 7 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:eth1";
+ label = "red:lan2";
};
- eth1_green {
+ lan2_green {
gpios = <&spi_gpio 5 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:eth1";
+ label = "green:lan2";
};
};