Author: hauke
Date: 2015-07-08 22:43:23 +0200 (Wed, 08 Jul 2015)
New Revision: 46276

Modified:
   trunk/package/kernel/linux/modules/wpan.mk
Log:
kernel: modules: activate wpan on kernel 4.1

Make wpan depend on not kernel 3.18 so it will get activated on all 
other kernel versions like 4.0 and 4.1.

Signed-off-by: Hauke Mehrtens <[email protected]>


Modified: trunk/package/kernel/linux/modules/wpan.mk
===================================================================
--- trunk/package/kernel/linux/modules/wpan.mk  2015-07-08 15:59:38 UTC (rev 
46275)
+++ trunk/package/kernel/linux/modules/wpan.mk  2015-07-08 20:43:23 UTC (rev 
46276)
@@ -9,7 +9,7 @@
 define KernelPackage/ieee802154
   SUBMENU:=$(WPAN_MENU)
   TITLE:=IEEE-802.15.4 support
-  DEPENDS:=@LINUX_4_0
+  DEPENDS:=@!LINUX_3_18
   KCONFIG:= \
        CONFIG_IEEE802154 \
        CONFIG_IEEE802154_SOCKET=y
@@ -32,7 +32,7 @@
 define KernelPackage/mac802154
   SUBMENU:=$(WPAN_MENU)
   TITLE:=MAC-802.15.4 support
-  DEPENDS:=+kmod-ieee802154 +kmod-crypto-aead +kmod-lib-crc-ccitt @LINUX_4_0
+  DEPENDS:=+kmod-ieee802154 +kmod-crypto-aead +kmod-lib-crc-ccitt @!LINUX_3_18
   KCONFIG:= \
        CONFIG_MAC802154 \
        CONFIG_IEEE802154_DRIVERS=y
@@ -55,7 +55,7 @@
 define KernelPackage/fakelb
   SUBMENU:=$(WPAN_MENU)
   TITLE:=Fake LR-WPAN driver
-  DEPENDS:=+kmod-mac802154 @LINUX_4_0
+  DEPENDS:=+kmod-mac802154 @!LINUX_3_18
   KCONFIG:=CONFIG_IEEE802154_FAKELB
   FILES:=$(LINUX_DIR)/drivers/net/ieee802154/fakelb.ko
   AUTOLOAD:=$(call AutoLoad,92,fakelb)
@@ -107,7 +107,7 @@
 define KernelPackage/ieee802154_6lowpan
   SUBMENU:=$(WPAN_MENU)
   TITLE:= 6LoWPAN support over IEEE-802.15.4
-  DEPENDS:=@LINUX_4_0 +kmod-6lowpan
+  DEPENDS:=@!LINUX_3_18 +kmod-6lowpan
   KCONFIG:=CONFIG_IEEE802154_6LOWPAN
   FILES:= \
        $(LINUX_DIR)/net/ieee802154/6lowpan/[email protected] \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to