diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 14:00:18 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 14:00:18 +0000 |
commit | d513c07d2fadba691fa780103e3de57574a3400d (patch) | |
tree | b3daab569d56e1d77b82720fc6060bbb55e35e83 /target/linux | |
parent | 66ec2049353da8f2a778e9e4e04f0f067511d9ac (diff) | |
download | upstream-d513c07d2fadba691fa780103e3de57574a3400d.tar.gz upstream-d513c07d2fadba691fa780103e3de57574a3400d.tar.bz2 upstream-d513c07d2fadba691fa780103e3de57574a3400d.zip |
brcm63xx: fix typo breaking build in r39325
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39326
Diffstat (limited to 'target/linux')
-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 = { |