From owner-freebsd-mips@FreeBSD.ORG Thu Sep 4 20:44:47 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0B56F1B for ; Thu, 4 Sep 2014 20:44:47 +0000 (UTC) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 724B5132E for ; Thu, 4 Sep 2014 20:44:47 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id z107so10587749qgd.40 for ; Thu, 04 Sep 2014 13:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=V5y8p9pZ7bHp1zwCuRz3/R4NueepcpP0/JK4TfB0DmA=; b=pnhgTZFUKavcjtzZsKifDATxKy6r5tVjbcpDPCzPmROwaQA1AHRPdm7yW8wL+70Jlv elPgR3cC6oQhvZKe8nEYzMGZvsPJGwTZ8OtgDsCWvC6wtu4xsrUX4Z+Zo4kJMWi+jQ2D VBZ78BQnGoyXzr+MdH5XqJQCgElujlRZz/wXREepW5WkqmR/bnOQeTs1aVv55WjHZknB erWVJUm3s/NK0sFGuUxSYWmsV7mLcwafKRXU0zRcB2FWDwpD4kKxuconXfcTtW1ZSwa8 r6JpDkSTBN5MiHxm3+XfUMwzKjnyr92bGHNGyvdTZI892Fi+1FR/M7a5RWiPmE9aZD0v y0ew== MIME-Version: 1.0 X-Received: by 10.140.31.75 with SMTP id e69mr10806535qge.2.1409863485436; Thu, 04 Sep 2014 13:44:45 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.170.230 with HTTP; Thu, 4 Sep 2014 13:44:45 -0700 (PDT) In-Reply-To: <5408CE14.2090809@riseup.net> References: <5408BB36.5060409@riseup.net> <5408BE6A.4050500@riseup.net> <5408CE14.2090809@riseup.net> Date: Thu, 4 Sep 2014 13:44:45 -0700 X-Google-Sender-Auth: HaGe3fsvaL1TmKeQ7w88xltfJ_o Message-ID: Subject: Re: WR1043ND - too big kernel From: hiren panchasara To: Piotr Kubaj Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 20:44:47 -0000 On Thu, Sep 4, 2014 at 1:39 PM, Piotr Kubaj wrote: > Adding following lines to kernel config shrinks size to 1750991 (on > releng/10.0): > makeoptions INLINE_LIMIT=768 > nomakeoptions DEBUG > nomakeoptions ALQ > nooptions INET6 > options NO_SWAPPING > nooptions HWPMC_HOOKS > nodevice hwpmc > nodevice hwpmc_mips24k > nooptions KDB > > Any ideas what else I can remove? :P I see you already have r255656. Let me try to build for -head and see. cheers, Hiren