From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (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 6BAC021F1BA for ; Tue, 26 May 2015 11:32:38 -0700 (PDT) Received: by obbgf1 with SMTP id gf1so40228568obb.2 for ; Tue, 26 May 2015 11:32:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cVRDUxNAzTd6BDBHrRkcMHchwkiJv9wv95or4Lszxz0=; b=boqo4oR+4CQIgIIfyucuiECYJc5weL4KekVgaOIC2AAm7b4IyZRACMyv41/YMJOIck 77HpbTplaBJkP6tVURGI/GfJK3vJvNxjEkqgkKM5jTroy1scqEEfOypWFSDLPgirBGdM PCnORwq/AEwrOtgpgeePj5cuv5mj4U1hraxCOHG+u8MZsSgAom4oC43DL5TgEhnIvM7s 9U/YDCeiP+sCX0LCogDcYiqWiVfR7uRmmUb2sxIbaMuxoZ12TulJan4rSfIMCW3Deuqm MbIJIymLlSasyEZn3J93PvmmLO19UZtQerT3P/j+XVS2R/wKqqWoVEdNEbAX7D31dQF/ 8diA== MIME-Version: 1.0 X-Received: by 10.182.29.101 with SMTP id j5mr5186824obh.0.1432665142099; Tue, 26 May 2015 11:32:22 -0700 (PDT) Received: by 10.202.105.146 with HTTP; Tue, 26 May 2015 11:32:22 -0700 (PDT) In-Reply-To: <5564B4F8.3070902@darbyshire-bryant.me.uk> References: <5564B4F8.3070902@darbyshire-bryant.me.uk> Date: Tue, 26 May 2015 11:32:22 -0700 Message-ID: From: Dave Taht To: Kevin Darbyshire-Bryant Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "cerowrt-devel@lists.bufferbloat.net" , Felix Fietkau Subject: Re: [Cerowrt-devel] openwrt package overriding issues on iproute2 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: Tue, 26 May 2015 18:33:33 -0000 On Tue, May 26, 2015 at 11:01 AM, Kevin Darbyshire-Bryant wrote: > Hi Dave & Felix, > > Looks like someone else has noticed and fixed, I fell into this and other > package pointing difficulties a couple of days ago when trying to produce > some 'cake' install instructions for 'cake'. > > https://patchwork.ozlabs.org/patch/476504/ > > A couple of other tidy ups too: > > https://patchwork.ozlabs.org/patch/476505/ > https://patchwork.ozlabs.org/patch/476506/ > > Applied all locally and things seem more sensible! groovy. the next piece of what I wanted here was something similar to the ubuntu ppa mechanism for opkg. We build iproute2 in the openwrt base repo, and iproute2 doing the advanced and experimental cake stuff in the routing repo. Builders (such as hopefully NOT me!) can select stuff using the -p option on the feeds to make stuff into the default firmware. but users down stream have to be able to take the same package from a different feed if they want to play with us. Theoretically the version numbers are the same or differ. It is not clear to me what happens in opkg. I think my preferred solution is that opkg pulls from the first version of the package listed in /etc/opkg.conf, so that after flipping the order (from base to routing (well, "cero" in our present case)) in that file, we can then pull down the advanced stuff via opkg -f install tc, no muss, no fuss. but that might need to reinstall it's own version of the libs, and hopefully -f would do that? If we were version number based, then we would occilate between versions of openwrt packages when they bump their version number up and we don't (or vice versa). (I note that the iproute thing in ceropackages is lagging behind cake a bit right now) It sounds like you are in a position to fiddle with this? > > Kevin > > > On 02/05/15 09:49, Dave Taht wrote: > > I had figured I could override the default iproute2 with the one in > ceropackages with: > > ./scripts/feeds install -f -p cero iproute2 > > But so far no luck. Tried removing and installing, no luck either. ? > > Aside from that I have kmod-sched-fq_pie and kmod-sched-cake building, at > least, and everything > else wrapped up for a test build of chaos calmer with all the new stuff. > > Will try harder in the morning, brute forcing if I have to. > > --=20 Dave T=C3=A4ht Open Networking needs **Open Source Hardware** https://plus.google.com/u/0/+EricRaymond/posts/JqxCe2pFr67