From patchwork Thu Apr 16 13:39:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Neukirchen X-Patchwork-Id: 461767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6D2041401AF for ; Thu, 16 Apr 2015 23:39:58 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 25F1728073C; Thu, 16 Apr 2015 15:38:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 90A88280463 for ; Thu, 16 Apr 2015 15:38:50 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from mout.web.de (mout.web.de [212.227.15.14]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 16 Apr 2015 15:38:50 +0200 (CEST) Received: from [192.168.3.157] ([91.64.206.248]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0M7bhn-1ZbvZ20VHz-00xNnV for ; Thu, 16 Apr 2015 15:39:43 +0200 Message-ID: <552FBB8F.7070603@web.de> Date: Thu, 16 Apr 2015 15:39:27 +0200 From: Dirk Neukirchen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: OpenWrt Development List X-Provags-ID: V03:K0:qSFjvfBb7MNzbyaNJl62VyBEidgPiuSjKQYMAo7sDaUzZhXMzt6 z8+vSnm9gypQUqo8ptTB2FwqAPK3aCglqoqH9uBnCuCYaU4U7LKCJ4tYLscbQmbQbcxfDlt cuxEF68wiuWpaadzjW59HqJW7w7sCOvQTjMWVAhVWGwGAcZBbZDUeqqk1EUxITlrDEpQiSl /qKTEXnqgRHZizQtc7NKw== X-UI-Out-Filterresults: notjunk:1; Subject: [OpenWrt-Devel] [Patch] kernel: fix generic/3.18 wpan symbols X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" -removed symbol because it should be handled by wpan.mk -add missing FAKEHARD symbol (this symbol is removed in Kernel 4.0) Signed-off-by: Dirk Neukirchen --- target/linux/generic/config-3.18 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index e116190..8cc909f 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1428,7 +1428,7 @@ CONFIG_HZ_100=y # CONFIG_IDE_PHISON is not set # CONFIG_IDE_PROC_FS is not set # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE802154 is not set +# CONFIG_IEEE802154_FAKEHARD is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IGBVF is not set