From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vn0-x232.google.com (mail-vn0-x232.google.com [IPv6:2607:f8b0:400c:c0f::232]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id D44F421F5D5 for ; Fri, 5 Jun 2015 05:19:41 -0700 (PDT) Received: by vnbf190 with SMTP id f190so8736386vnb.0 for ; Fri, 05 Jun 2015 05:19:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=teRzDBbtlL5iSxge79yZjqFCG1DEY2IAi2hV+GQrPrU=; b=VMNBse7hYTRfOAhIqajKWB0gexvYEccHiGLggaicTPRcBFyv871yyHiHNkxJmsDZHV ft7FGqqDpN8CTNtJIJ/B66VY9smN8ypH1luWVocF9np76TkJCDCemFZfUUuzGqqwtb4E l7V4KVazO3qluR2uDdyzsDZAiGCwBXs2lfrAhMoi4/546p1j/BguC7mVjRz1xlx/TrUY hs8a9VPTy8sKoUt+0s+ECpjJr6Dn+syk4JcpxJJodM+mcZEKkUEQv96HCit1ALLbGWhC 89x5wHvWt4vVJo8AF3iXIW1hnlBrzYdq8eTyvmBMza5LeKb5UkQ+JYmSjAGjxFVlimib kA4Q== X-Received: by 10.52.249.4 with SMTP id yq4mr5503312vdc.61.1433506780150; Fri, 05 Jun 2015 05:19:40 -0700 (PDT) Received: from ?IPv6:2601:184:4500:11a8:5a94:6bff:fe3b:ad8? ([2601:184:4500:11a8:5a94:6bff:fe3b:ad8]) by mx.google.com with ESMTPSA id v15sm7785415vdj.26.2015.06.05.05.19.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 05:19:38 -0700 (PDT) Message-ID: <557193D8.208@gmail.com> Date: Fri, 05 Jun 2015 08:19:36 -0400 From: Richard Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cerowrt-devel Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [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:20:10 -0000 I build OpenWRT cc from HEAD to do testing on my TP-Link archer v2 and I'd like to add in the sqm-scripts. I can see that sqm-scripts are in the OpenWRT package feed here: https://github.com/openwrt/packages/tree/master/net/sqm-scripts But after I do the following: ./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. What am I missing? -- Richard A. Smith