From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 05B6121F5CC for ; Fri, 5 Jun 2015 05:34:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1433507643; bh=yQy1bAJrfbD2JdElIAfvAivTb5V+M0JryuU/H2YoaNg=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=NyvH+c8B7Y+azJbA9HBHBCXVtwv+91Ic2VNnpdtejeGOUlxOwiByV3dFFf6adqGzr lZZqQtHkCzbgTK5NV+3Skle99MLyfc3KKfzMm3HPZUexxjBLu/BMdvIdePTtyjLmKU /xf6SQEgFWneCFVKT3Sg3PvwUjXNh4Ez84J3dPNE= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 9F6C3C402AA; Fri, 5 Jun 2015 14:34:02 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Richard Smith References: <557193D8.208@gmail.com> Date: Fri, 05 Jun 2015 14:34:02 +0200 In-Reply-To: <557193D8.208@gmail.com> (Richard Smith's message of "Fri, 05 Jun 2015 08:19:36 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87pp5a72rp.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: cerowrt-devel Subject: Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 12:34:40 -0000 Richard Smith writes: > ./scripts/feeds update packages > ./scripts/feeds install -a -p packages > > I still don't see sqm-scripts as an option when I do make menuconfig. I just tried doing `./scripts/feeds install sqm-scripts` on a CC HEAD(ish) checkout. That does add sqm-scripts (ls -l package/feeds/packages has an sqm-scripts in there). The menuconfig entry is under 'Base system' which threw me off when looking for it just now... -Toke