mbox series

[OpenWrt-Devel,0/2] ar71xx: standarize Netgear WNDR4300 controls

Message ID 20191011104033.058b5e34@kosmio.komorska
Headers show
Series ar71xx: standarize Netgear WNDR4300 controls | expand

Message

Michal Cieslakiewicz Oct. 11, 2019, 8:40 a.m. UTC
Two patches attached here are intended to make Netgear WNDR4300
behaviour more consistent with other routers running OpenWrt.
Changes:
* buttons are renamed to standard ones ("reset", "wps", "rfkill") so
  /etc/rc.button.d/ scripts can handle them by default
* WAN LED colour is no longer indicating link speed like LAN ports;
  amber LED shows link status (regardless of speed) while green one
  is reserved for working Internet connection

Patch list(2):
  ar71xx: WNDR4300: use standard labels for buttons
  ar71xx: WNDR4300: fix WAN LED behaviour

 target/linux/ar71xx/base-files/etc/board.d/01_leds        | 3 +--
 target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)