For reference: https://forum.openwrt.org/viewtopic.php?pid=300804
On 02/04/2016 11:19 AM, [email protected] wrote:
From: Ahmed Saidi<[email protected]> D-Link DSL-2750B rev. B1 router is exactly like 274xB F1 but with a usb port, This patch add USB support to it. --- target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch b/target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch index d4754af..410ce89 100644 --- a/target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch +++ b/target/linux/brcm63xx/patches-4.4/524-board_dsl_274xb_rev_f.patch @@ -22,6 +22,10 @@ Subject: [PATCH 70/79] MIPS: BCM63XX: Add board definition for D-Link + .has_uart0 = 1, + .has_pci = 1, + ++ .has_ohci0 = 1, ++ .has_ehci0 = 1, ++ .num_usbh_ports = 1, ++ + .has_caldata = 1, + .caldata = { + {
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
