diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-19 14:00:18 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-19 14:00:18 +0000 |
commit | 313b9b5f06d9a49b380bc0a25c84edc6667cdc67 (patch) | |
tree | 706bafe6386c9b0cc6195cb571a1a1ab72574450 | |
parent | cd2debe547b3e5536f8bfc42123aa9172f8a251e (diff) |
brcm63xx: fix typo breaking build in r39325
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39326 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch b/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch index 8a2df74931..92ec114110 100644 --- a/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch +++ b/target/linux/brcm63xx/patches-3.10/531-board_96328A-1441N1.patch @@ -12,7 +12,7 @@ + .has_pci = 1, + .has_ohci0 = 1, + .has_ehci0 = 1, -+ .num_usbd_ports = 1, ++ .num_usbh_ports = 1, + .has_enetsw = 1, + + .enetsw = { |