mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 12:52:57 +00:00
button-hotplug: add missing dependency on kmod-input-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37429
This commit is contained in:
parent
f71d47e58e
commit
1b5aa23ca2
@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define KernelPackage/button-hotplug
|
define KernelPackage/button-hotplug
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
TITLE:=Button Hotplug driver
|
TITLE:=Button Hotplug driver
|
||||||
|
DEPENDS:=+kmod-input-core
|
||||||
FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko
|
FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,button-hotplug,1)
|
AUTOLOAD:=$(call AutoLoad,30,button-hotplug,1)
|
||||||
KCONFIG:=
|
KCONFIG:=
|
||||||
|
Loading…
Reference in New Issue
Block a user