generic: move iptables/netfilter kernel options from generic/config to package/kernel...
[openwrt.git] / package / kernel / modules / other.mk
index b61b529..59ddde3 100644 (file)
@@ -31,6 +31,7 @@ define KernelPackage/bluetooth
        CONFIG_BT_HCIBTUSB \
        CONFIG_BT_HCIUSB \
        CONFIG_BT_HCIUART \
+       CONFIG_BT_HCIUART_H4 \
        CONFIG_BT_HIDP
   $(call AddDepends/crc16)
   $(call AddDepends/hid)
@@ -551,7 +552,7 @@ define KernelPackage/rfkill
     CONFIG_RFKILL \
     CONFIG_RFKILL_INPUT=y \
     CONFIG_RFKILL_LEDS=y
-ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.31)),1)
+ifeq ($(CONFIG_LINUX_2_6_30),)
   FILES:= \
     $(LINUX_DIR)/net/rfkill/rfkill.ko
   AUTOLOAD:=$(call AutoLoad,20,rfkill)
This page took 0.027747 seconds and 4 git commands to generate.