X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3ba5259acf309f64b331ad49bf83cbf1526f8a79..8bee86b5afe68b2808fd808cc83e11bbcb0d6d88:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index f141a3109..9f5ea2d0b 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -220,7 +220,7 @@ $(eval $(call KernelPackage,ssb)) define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT + DEPENDS:=@USB_SUPPORT +kmod-usb-core KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ @@ -725,7 +725,7 @@ $(eval $(call KernelPackage,spi-dev)) define KernelPackage/cs5535-gpio SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver - DEPENDS:=@LINUX_2_6 @TARGET_x86 + DEPENDS:=@TARGET_x86||@TARGET_olpc KCONFIG:=CONFIG_CS5535_GPIO FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,cs5535_gpio)