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

svn path=/dists/trunk/linux/; revision=22155
This commit is contained in:
Ben Hutchings 2014-12-09 05:40:14 +00:00
parent 6a5b979cc5
commit 5127daf209
2 changed files with 8 additions and 1 deletions

2
debian/changelog vendored
View File

@ -7,6 +7,8 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
* 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@decadent.org.uk> Tue, 09 Dec 2014 02:08:47 +0000

View File

@ -5444,6 +5444,11 @@ CONFIG_NET_PKTGEN=m
CONFIG_NET_DROP_MONITOR=m
CONFIG_WIRELESS=y
##
## file: net/6lowpan/Kconfig
##
CONFIG_6LOWPAN=m
##
## file: net/8021q/Kconfig
##
@ -5484,7 +5489,7 @@ CONFIG_BATMAN_ADV_MCAST=y
## file: net/bluetooth/Kconfig
##
CONFIG_BT=m
CONFIG_BT_6LOWPAN=y
CONFIG_BT_6LOWPAN=m
##
## file: net/bluetooth/bnep/Kconfig