This is needed by bluetooth and ieee802154. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/Kconfig.sources | 1 + backport/Makefile.kernel | 1 + copy-list | 1 + 3 files changed, 3 insertions(+) diff --git a/backport/Kconfig.sources b/backport/Kconfig.sources index cdf993c..5711433 100644 --- a/backport/Kconfig.sources +++ b/backport/Kconfig.sources @@ -16,6 +16,7 @@ source "$BACKPORT_DIR/net/nfc/Kconfig" source "$BACKPORT_DIR/drivers/media/Kconfig" +source "$BACKPORT_DIR/net/6lowpan/Kconfig" source "$BACKPORT_DIR/net/ieee802154/Kconfig" source "$BACKPORT_DIR/net/mac802154/Kconfig" source "$BACKPORT_DIR/drivers/net/ieee802154/Kconfig" diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index c57b2d3..42333ad 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -46,6 +46,7 @@ obj-$(CPTCFG_NFC) += net/nfc/ obj-$(CPTCFG_NFC) += drivers/nfc/ obj-$(CPTCFG_MEDIA_SUPPORT) += drivers/media/ +obj-$(CPTCFG_6LOWPAN) += net/6lowpan/ obj-$(CPTCFG_IEEE802154) += net/ieee802154/ obj-$(CPTCFG_BT) += net/ieee802154/ obj-$(CPTCFG_MAC802154) += net/mac802154/ diff --git a/copy-list b/copy-list index 554b940..d11b051 100644 --- a/copy-list +++ b/copy-list @@ -170,6 +170,7 @@ include/net/ieee802154_netdev.h include/net/wpan-phy.h include/linux/spi/at86rf230.h include/linux/spi/cc2520.h +net/6lowpan/ net/ieee802154/ net/mac802154/ drivers/net/ieee802154/ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html