ar71xx: switch to kmod-gpio-button-hotplug
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Feb 2012 10:51:48 +0000 (10:51 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Feb 2012 10:51:48 +0000 (10:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30660 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/Makefile
target/linux/ar71xx/base-files/lib/preinit/05_enable_reset_button_ar71xx

index 96201ee..8e9931d 100644 (file)
@@ -18,8 +18,7 @@ LINUX_VERSION:=3.2.5
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += \
-       kmod-leds-gpio kmod-input-core kmod-input-polldev \
-       kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \
+       kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
        kmod-ath9k wpad-mini uboot-envtools
 
 define Target/Description
index 305fe00..317c8d1 100644 (file)
@@ -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.029879 seconds and 4 git commands to generate.