mirror of https://github.com/hak5/openwrt.git
brcm63xx: fix typo breaking build in r39325
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39326lede-17.01
parent
66ec204935
commit
d513c07d2f
|
@ -12,7 +12,7 @@
|
||||||
+ .has_pci = 1,
|
+ .has_pci = 1,
|
||||||
+ .has_ohci0 = 1,
|
+ .has_ohci0 = 1,
|
||||||
+ .has_ehci0 = 1,
|
+ .has_ehci0 = 1,
|
||||||
+ .num_usbd_ports = 1,
|
+ .num_usbh_ports = 1,
|
||||||
+ .has_enetsw = 1,
|
+ .has_enetsw = 1,
|
||||||
+
|
+
|
||||||
+ .enetsw = {
|
+ .enetsw = {
|
||||||
|
|
Loading…
Reference in New Issue