projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: fix compiler warning in prom.c
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-mofi3500-3gn.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mofi3500-3gn.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mofi3500-3gn.c
index
16b109f
..
309d784
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mofi3500-3gn.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mofi3500-3gn.c
@@
-136,6
+136,7
@@
static void __init mofi3500_3gn_init(void)
mofi3500_3gn_gpio_buttons);
rt305x_register_wifi();
rt305x_register_wdt();
+ rt305x_register_usb();
}
MIPS_MACHINE(RAMIPS_MACH_MOFI3500_3GN, "MOFI3500-3GN", "MoFi Network MOFI3500-3GN",
This page took
0.023882 seconds
and
4
git commands to generate.