Hi all, This patch is breaking up the larger patch that OpenWrt carries at: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/bcm47xx/patches-5.10/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch;h=bde811c1956578a33cc230b80c3a2b4a20cd9aa5;hb=HEAD into a series of patches that add support for each board individually. Florian Fainelli (5): MIPS: BCM47XX: Define Linksys WRT310N V2 buttons MIPS: BCM47XX: Add board entry for Linksys WRT320N v1 MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10U MIPS: BCM47XX: Add support for Netgear R6300 v1 MIPS: BCM47XX: Add support for Netgear WN2500RP v1 & v2 arch/mips/bcm47xx/board.c | 4 ++ arch/mips/bcm47xx/buttons.c | 44 +++++++++++++++++++ arch/mips/bcm47xx/leds.c | 21 +++++++++ .../include/asm/mach-bcm47xx/bcm47xx_board.h | 4 ++ 4 files changed, 73 insertions(+) -- 2.25.1