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 7423121F442 for ; Mon, 30 Nov 2015 16:18:45 -0800 (PST) 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=1448929103; bh=MjiO7Lf/cff79D4nM739Khj5aTpsWCqDiXY4AP5+Qt4=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=j0jXhTzuA6OGkghVW48wtWqdksll7tU1QflD3xNMnFG8X/Pc83UMAk1SSYQffZKJY 9IuEW3T48DFXLdNbin959Kx1x0mGPsTTqBMKr1ZdnHY5FrFyWsAtSHFWVER8M8vfPk 233QpGwapITMUgi3hILjNstkF10rbTf++Zup+FXg= Sender: toke@toke.dk Received: by alrua-desktop.borgediget.toke.dk (Postfix, from userid 1000) id 029A52E6BE; Tue, 1 Dec 2015 01:18:21 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Vincent Frentzel References: <565C207D.7020309@darbyshire-bryant.me.uk> <565C316D.8070804@darbyshire-bryant.me.uk> Date: Tue, 01 Dec 2015 01:18:21 +0100 In-Reply-To: (Vincent Frentzel's message of "Mon, 30 Nov 2015 22:15:50 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87oaeb58du.fsf@alrua-desktop.borgediget.toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: cake@lists.bufferbloat.net Subject: Re: [Cake] wash option not in tc-adv X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 00:19:07 -0000 Vincent Frentzel writes: > Issue fixed. > > 'rm dl/tc-adv-4.1.0-*' was the solution. I think this is actually a bug in the tc-adv package. With git sources, the openwrt build system actually creates a tarball of the source, which is not necessarily automatically rebuilt when the source changes. I just pushed a change that makes sure that the PKG_RELEASE is included everywhere, so as long as we make sure to bump that on every change, we should be fine :) -Toke