From: hauke Date: Fri, 19 Jul 2013 14:55:51 +0000 (+0000) Subject: x86: fix kmod-gpio-pc8736x dependencies X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b1ded13bfb240d4a8ade25b95214ee25b0da0b03;p=openwrt.git x86: fix kmod-gpio-pc8736x dependencies Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37447 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86/modules.mk b/target/linux/x86/modules.mk index f0d436c1e9..f8cb3a7c8f 100644 --- a/target/linux/x86/modules.mk +++ b/target/linux/x86/modules.mk @@ -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)