mirror of https://github.com/hak5/openwrt.git
x86: fix kmod-gpio-pc8736x dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37447lede-17.01
parent
4dbc5c64fa
commit
72f73ab041
|
@ -122,7 +122,7 @@ $(eval $(call KernelPackage,gpio-nsc))
|
|||
define KernelPackage/gpio-pc8736x
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=PC8736x GPIO support
|
||||
DEPENDS:=@TARGET_x86
|
||||
DEPENDS:=@TARGET_x86 +kmod-gpio-nsc
|
||||
KCONFIG:=CONFIG_PC8736x_GPIO
|
||||
FILES:=$(LINUX_DIR)/drivers/char/pc8736x_gpio.ko
|
||||
AUTOLOAD:=$(call AutoLoad,40,pc8736x_gpio)
|
||||
|
|
Loading…
Reference in New Issue