projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: specify eeprom file name on RT288X
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt288x
/
mach-wzr-agl300nh.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-wzr-agl300nh.c
b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-wzr-agl300nh.c
index
d37af91
..
f77306d
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-wzr-agl300nh.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-wzr-agl300nh.c
@@
-75,6
+75,8
@@
static void __init wzr_agl300nh_init(void)
rt288x_gpio_init(RT2880_GPIO_MODE_UART0);
rt288x_register_flash(0, &wzr_agl300nh_flash_data);
+ rt288x_register_wifi();
+ rt288x_register_wdt();
}
MIPS_MACHINE(RAMIPS_MACH_WZR_AGL300NH, "WZR-AGL300NH",
This page took
0.021047 seconds
and
4
git commands to generate.