2
0
forked from Ivasoft/openwrt

ar71xx: use the gpio_keys_polled driver instead of gpio_buttons

SVN-Revision: 26603
This commit is contained in:
Gabor Juhos
2011-04-12 09:29:21 +00:00
parent 98d3aa13f4
commit e193547733
38 changed files with 299 additions and 262 deletions

View File

@@ -8,7 +8,7 @@
preinit_enable_reset_button() {
insmod input-core
insmod input-polldev
insmod gpio_buttons
insmod gpio_keys_polled
insmod button-hotplug
}