projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
lib
/
preinit
/
05_enable_reset_button_ar71xx
diff --git
a/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
b/target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
index
305fe00
..
317c8d1
100644
(file)
--- a/
target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
+++ b/
target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx
@@
-6,10
+6,7
@@
preinit_enable_reset_button() {
- insmod input-core
- insmod input-polldev
- insmod gpio_keys_polled
- insmod button-hotplug
+ insmod gpio-button-hotplug
}
boot_hook_add preinit_main preinit_enable_reset_button
This page took
0.026559 seconds
and
4
git commands to generate.