From b0c5e8b9274188bf3bb238e013e324542ee747c4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 13 Jan 2018 13:18:10 +0100 Subject: brcm63xx: add kernel 4.9 support Add support for kernel 4.9 based on the more upstream comformant partition defintions. Increases compressed kernel size by ~95k compared to 4.4. Signed-off-by: Jonas Gorski --- .../linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch (limited to 'target/linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch') diff --git a/target/linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch b/target/linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch new file mode 100644 index 0000000000..284475cc79 --- /dev/null +++ b/target/linux/brcm63xx/patches-4.9/351-set-board-usbh-ports.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c ++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +@@ -592,6 +592,7 @@ static struct board_info __initdata boar + .has_ohci0 = 1, + .has_pccard = 1, + .has_ehci0 = 1, ++ .num_usbh_ports = 2, + + .leds = { + { -- cgit v1.2.3