projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace the hostapd-mini preselection in profiles with wpad-mini
[openwrt.git]
/
target
/
linux
/
gemini
/
patches
/
003-wbd111-static-flash-map.patch
diff --git
a/target/linux/gemini/patches/003-wbd111-static-flash-map.patch
b/target/linux/gemini/patches/003-wbd111-static-flash-map.patch
index
a226eb7
..
1b9debb
100644
(file)
--- a/
target/linux/gemini/patches/003-wbd111-static-flash-map.patch
+++ b/
target/linux/gemini/patches/003-wbd111-static-flash-map.patch
@@
-9,7
+9,7
@@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
-@@ -102,1
1 +104,50
@@ static struct sys_timer wbd111_timer = {
+@@ -102,1
2 +104,51
@@ static struct sys_timer wbd111_timer = {
.init = gemini_timer_init,
};
.init = gemini_timer_init,
};
@@
-55,6
+55,7
@@
{
gemini_gpio_init();
platform_register_uart();
{
gemini_gpio_init();
platform_register_uart();
+ platform_register_watchdog();
- platform_register_pflash(SZ_8M, NULL, 0);
+ platform_register_pflash(SZ_8M, wbd111_partitions,
+ wbd111_num_partitions);
- platform_register_pflash(SZ_8M, NULL, 0);
+ platform_register_pflash(SZ_8M, wbd111_partitions,
+ wbd111_num_partitions);
This page took
0.022975 seconds
and
4
git commands to generate.