mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
ar71xx: switch to kmod-gpio-button-hotplug
SVN-Revision: 30660
This commit is contained in:
parent
33bda4b64b
commit
c918810414
@ -18,8 +18,7 @@ LINUX_VERSION:=3.2.5
|
|||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
kmod-leds-gpio kmod-input-core kmod-input-polldev \
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
||||||
kmod-input-gpio-keys-polled kmod-button-hotplug swconfig \
|
|
||||||
kmod-ath9k wpad-mini uboot-envtools
|
kmod-ath9k wpad-mini uboot-envtools
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
|
@ -6,10 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
preinit_enable_reset_button() {
|
preinit_enable_reset_button() {
|
||||||
insmod input-core
|
insmod gpio-button-hotplug
|
||||||
insmod input-polldev
|
|
||||||
insmod gpio_keys_polled
|
|
||||||
insmod button-hotplug
|
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add preinit_main preinit_enable_reset_button
|
boot_hook_add preinit_main preinit_enable_reset_button
|
||||||
|
Loading…
Reference in New Issue
Block a user