projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: remove the built-in MTD map of the AP96 board
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
ath79
/
mach-tl-wr703n.c
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
index
badc35a
..
c61a16c
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c
@@
-53,7
+53,7
@@
static struct gpio_keys_button tl_wr703n_gpio_keys[] __initdata = {
.code = KEY_RESTART,
.debounce_interval = TL_WR703N_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR703N_GPIO_BTN_RESET,
.code = KEY_RESTART,
.debounce_interval = TL_WR703N_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WR703N_GPIO_BTN_RESET,
- .active_low =
1
,
+ .active_low =
0
,
}
};
}
};
This page took
0.0198 seconds
and
4
git commands to generate.