From patchwork Mon Dec 14 03:04:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolay Martynov X-Patchwork-Id: 556281 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BEAAC14031B for ; Mon, 14 Dec 2015 14:09:28 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=DBumV/kQ; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 89B1B28A5E2; Mon, 14 Dec 2015 04:06:06 +0100 (CET) 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_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 20132283F62 for ; Mon, 14 Dec 2015 04:05:17 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -8.5 Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 14 Dec 2015 04:05:08 +0100 (CET) Received: by igcto18 with SMTP id to18so73562693igc.0 for ; Sun, 13 Dec 2015 19:05:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3Jtk6NQTMFIqfmgVSDrt+fdSy+XXmTlIxT2G5KD03ZY=; b=DBumV/kQ1Qj/e2oWIRiiKbpdaK1ch93YfPGvRfF78DtvHcRFBfI91YGiZwetVLZZz6 c+Ox8etjILiID7Q5MjbT/YZh69OS8t4qsl+qbL4zPQGN96uCZHggdosJtzwg0dpSw6qa P4U3VcDR32T4rPW+RrobDn0dnamdUHp+28oI7g5PFGFeGLznJ/7y1WW0TmqYddb0KdDE IuwLIeknk3fwcAUDjNlr9RgHfjgtaE/m35GMHUlffNGFvzX6ViGYup2fAWBC0TsmStZg Yf16WXQmnGDfFBVo26f8VebPr+nA6T+QnGW92hNO639cgOebEznFcB6S7RaTwTouTaK+ 8WDQ== X-Received: by 10.50.143.12 with SMTP id sa12mr16333870igb.32.1450062320170; Sun, 13 Dec 2015 19:05:20 -0800 (PST) Received: from kolya-laptop.shuttercorp.net (dhcp-108-170-142-183.cable.user.start.ca. [108.170.142.183]) by smtp.gmail.com with ESMTPSA id e5sm3470402ioj.40.2015.12.13.19.05.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 13 Dec 2015 19:05:19 -0800 (PST) From: Nikolay Martynov To: openwrt-devel@lists.openwrt.org Date: Sun, 13 Dec 2015 22:04:32 -0500 Message-Id: <1450062272-7026-6-git-send-email-mar.kolya@gmail.com> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450062272-7026-1-git-send-email-mar.kolya@gmail.com> References: <1450062272-7026-1-git-send-email-mar.kolya@gmail.com> Subject: [OpenWrt-Devel] [PATCH 6/6] ramips: mt7621: disable ISDN in kernel config 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: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" It's unlikely that devices on this SoC would need any ISDN support. This should make kernel a bit smaller. Signed-off-by: Nikolay Martynov --- target/linux/ramips/mt7621/config-4.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/mt7621/config-4.3 b/target/linux/ramips/mt7621/config-4.3 index a56395c..6be42a2 100644 --- a/target/linux/ramips/mt7621/config-4.3 +++ b/target/linux/ramips/mt7621/config-4.3 @@ -114,6 +114,7 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y +# CONFIG_ISDN is not set CONFIG_LIBFDT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y