diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 09:29:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-12 09:29:21 +0000 |
commit | e19354773372c9dc81f6987b777ca9d5c25cb9f8 (patch) | |
tree | a8826a6d615f0e80ef25a4316a034a4cfaba3fff /target/linux/ar71xx/base-files | |
parent | 98d3aa13f44516da677f4a1110fbb987efd99ba0 (diff) | |
download | mtk-20170518-e19354773372c9dc81f6987b777ca9d5c25cb9f8.zip mtk-20170518-e19354773372c9dc81f6987b777ca9d5c25cb9f8.tar.gz mtk-20170518-e19354773372c9dc81f6987b777ca9d5c25cb9f8.tar.bz2 |
ar71xx: use the gpio_keys_polled driver instead of gpio_buttons
SVN-Revision: 26603
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx | 2 |
1 files changed, 1 insertions, 1 deletions
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 2b4e4ad..305fe00 100644 --- 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 @@ -8,7 +8,7 @@ preinit_enable_reset_button() { insmod input-core insmod input-polldev - insmod gpio_buttons + insmod gpio_keys_polled insmod button-hotplug } |