mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
ar71xx: switch to kmod-gpio-button-hotplug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30660 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b417cf17d9
commit
70862d497d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user