mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
CC: ramips: minor fixes for ZTB-WG2626
In backport commit r47605 the LED was named wrongly in a userspace script. Also remove reference to undefined pinmux group "wdt rst" causing logline rt2880-pinmux pinctrl: invalid group "wdt rst" for function "gpio" Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47773 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -248,7 +248,7 @@ get_status_led() {
|
||||
status_led="lenovo:blue:power"
|
||||
;;
|
||||
zbt-wg2626)
|
||||
status_led="zbt-wg2626:green:power"
|
||||
status_led="zbt-wg2626:green:status"
|
||||
;;
|
||||
zte-q7)
|
||||
status_led="zte:red:status"
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
gpio {
|
||||
ralink,group = "wdt", "rgmii2", "wdt rst", "jtag", "mdio";
|
||||
ralink,group = "wdt", "rgmii2", "i2c", "mdio";
|
||||
ralink,function = "gpio";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user