[kernel] r22155 - in dists/trunk/linux/debian: . config

Ben Hutchings benh at moszumanska.debian.org
Tue Dec 9 05:40:14 UTC 2014


Author: benh
Date: Tue Dec  9 05:40:14 2014
New Revision: 22155

Log:
net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and IEEE802154_6LOWPAN as modules

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Tue Dec  9 05:37:20 2014	(r22154)
+++ dists/trunk/linux/debian/changelog	Tue Dec  9 05:40:14 2014	(r22155)
@@ -7,6 +7,8 @@
   * vfs: Enable OVERLAY_FS as module
   * drivers/base: Disable UEVENT_HELPER, only needed for compatibility
     with wheezy's udev package
+  * net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and
+    IEEE802154_6LOWPAN as modules
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 09 Dec 2014 02:08:47 +0000
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Tue Dec  9 05:37:20 2014	(r22154)
+++ dists/trunk/linux/debian/config/config	Tue Dec  9 05:40:14 2014	(r22155)
@@ -5445,6 +5445,11 @@
 CONFIG_WIRELESS=y
 
 ##
+## file: net/6lowpan/Kconfig
+##
+CONFIG_6LOWPAN=m
+
+##
 ## file: net/8021q/Kconfig
 ##
 CONFIG_VLAN_8021Q=m
@@ -5484,7 +5489,7 @@
 ## file: net/bluetooth/Kconfig
 ##
 CONFIG_BT=m
-CONFIG_BT_6LOWPAN=y
+CONFIG_BT_6LOWPAN=m
 
 ##
 ## file: net/bluetooth/bnep/Kconfig



More information about the Kernel-svn-changes mailing list