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 CB00621FE0A for ; Thu, 13 Aug 2015 16:01:51 -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=1439506908; bh=zmlTZJbjMazIJ0IPgWqVqG8vpaUIXX7NaX2EhWAgoSo=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=tSiuMdFI+3D2uJ+VjYMaKop2785F1nAAZyPWIXGOG3hj/GWo/Zeem7SlVPVSNoaQ3 CJPfT7a3Dqdai7XLzOUT9MhaQmfaS7R9axCIHbqut+vlPXO1Q1KdjFt6aDa2g5FLDK PuY5PyFS2vaOnSM2F24htf9jdeTJqyvl1n0zalx4= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id E67AB43A0B; Fri, 14 Aug 2015 01:01:46 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Matt Taggart References: <20150813225046.81E9B203@taggart.lackof.org> Date: Fri, 14 Aug 2015 01:01:46 +0200 In-Reply-To: <20150813225046.81E9B203@taggart.lackof.org> (Matt Taggart's message of "Thu, 13 Aug 2015 15:50:46 -0700") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87io8issh1.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] ar71xx CC builds and tc 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: Thu, 13 Aug 2015 23:02:14 -0000 Matt Taggart writes: > 2) CC doesn't seem to include tc by default now, so when I installed > luci-app-sqm (which pulls in sqm-scripts) things weren't working > correctly. After I installed tc then it started working. Toke, maybe > you need to have sqm-scripts start depending on tc? Ah, right. It does have a dependency for tc, but I changed it to allow substituting the tc-adv package instead. However, this seems to only be picked up by the build system, not the ipkg dependency list, so package installation won't pull in tc. Reverted back to just depending on the tc package in the openwrt feed now. Should be picked up after the next nightlies appear. Thanks for spotting this! :) -Toke