From c9188104140685f3d13c789f2823dbad5b3ac0f1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 20 Feb 2012 10:51:48 +0000 Subject: ar71xx: switch to kmod-gpio-button-hotplug SVN-Revision: 30660 --- .../ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/linux/ar71xx/base-files/lib/preinit') 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 --- 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 -- cgit v1.1