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 | 8e8c4d76c3a70a6ac872d25d508035a2cb4adce7 (patch) | |
tree | 706bafe6386c9b0cc6195cb571a1a1ab72574450 /target | |
parent | 7b6a9cdb85640bf3a843c830098492f85d2e6f8b (diff) | |
download | master-187ad058-8e8c4d76c3a70a6ac872d25d508035a2cb4adce7.tar.gz master-187ad058-8e8c4d76c3a70a6ac872d25d508035a2cb4adce7.tar.bz2 master-187ad058-8e8c4d76c3a70a6ac872d25d508035a2cb4adce7.zip |
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
Diffstat (limited to 'target')
-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 = { |