* [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
@ 2015-06-05 12:19 Richard Smith
2015-06-05 12:28 ` Rich Brown
2015-06-05 12:34 ` Toke Høiland-Jørgensen
0 siblings, 2 replies; 6+ messages in thread
From: Richard Smith @ 2015-06-05 12:19 UTC (permalink / raw)
To: cerowrt-devel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
2015-06-05 12:19 [Cerowrt-devel] Getting sqm-scripts to show up in my cc build Richard Smith
@ 2015-06-05 12:28 ` Rich Brown
2015-06-05 12:40 ` Kevin Darbyshire-Bryant
2015-06-05 12:34 ` Toke Høiland-Jørgensen
1 sibling, 1 reply; 6+ messages in thread
From: Rich Brown @ 2015-06-05 12:28 UTC (permalink / raw)
To: Richard Smith; +Cc: cerowrt-devel
I'm a little disconnected from the OpenWrt build process/package system, but with BB, I install the luci-app-sqm package, and this pulls in the other stuff (like sqm-scripts). See: http://wiki.openwrt.org/doc/howto/sqm
Rich
On Jun 5, 2015, at 8:19 AM, Richard Smith <smithbone@gmail.com> wrote:
> 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
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
2015-06-05 12:19 [Cerowrt-devel] Getting sqm-scripts to show up in my cc build Richard Smith
2015-06-05 12:28 ` Rich Brown
@ 2015-06-05 12:34 ` Toke Høiland-Jørgensen
2015-06-06 23:59 ` Richard Smith
1 sibling, 1 reply; 6+ messages in thread
From: Toke Høiland-Jørgensen @ 2015-06-05 12:34 UTC (permalink / raw)
To: Richard Smith; +Cc: cerowrt-devel
Richard Smith <smithbone@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
2015-06-05 12:28 ` Rich Brown
@ 2015-06-05 12:40 ` Kevin Darbyshire-Bryant
0 siblings, 0 replies; 6+ messages in thread
From: Kevin Darbyshire-Bryant @ 2015-06-05 12:40 UTC (permalink / raw)
To: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 684 bytes --]
On 05/06/15 13:28, Rich Brown wrote:
> I'm a little disconnected from the OpenWrt build process/package system, but with BB, I install the luci-app-sqm package, and this pulls in the other stuff (like sqm-scripts). See: http://wiki.openwrt.org/doc/howto/sqm
>
> Rich
>
I usually do "luci -> Collections -> Luci & Luci SSL", also "Luci
->applications -> luci-app-sqm".
I vaguely remember 'luci-app-sqm' not showing up unless you had 'luci
collections -> luci' enabled, which foxed me whilst trying to write up
some 'bleeding edge, install 'cake'' instructions (which I really should
test again now that some more feed related patches have made it in)
Kevin
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4791 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
2015-06-05 12:34 ` Toke Høiland-Jørgensen
@ 2015-06-06 23:59 ` Richard Smith
2015-06-08 15:53 ` Richard Smith
0 siblings, 1 reply; 6+ messages in thread
From: Richard Smith @ 2015-06-06 23:59 UTC (permalink / raw)
To: Toke Høiland-Jørgensen; +Cc: cerowrt-devel
On 06/05/2015 08:34 AM, Toke Høiland-Jørgensen wrote:
> Richard Smith <smithbone@gmail.com> 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.
>
> package/feeds/packages has an sqm-scripts in there).
It appears to be installed. I have sqm-scripts there.
> The menuconfig entry is under 'Base system' which threw me off when
> looking for it just
Doesn't show up for me.
> I usually do "luci -> Collections -> Luci & Luci SSL", also "Luci
> ->applications -> luci-app-sqm".
>
> I vaguely remember 'luci-app-sqm' not showing up unless you had 'luci
> collections -> luci' enabled, which foxed me whilst trying to write
> up some 'bleeding edge, install 'cake'' instructions (which I really
> should test again now that some more feed related patches have made
> it in)
I've got luci enabled in collections but no luci-app-sqm. Looking in
package/feed/packages I see a luci-app-sqm so its installed.
If I mv my .config to something else and then start over they show up.
I guess somehow my .config is broken.
--
Richard A. Smith
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Cerowrt-devel] Getting sqm-scripts to show up in my cc build
2015-06-06 23:59 ` Richard Smith
@ 2015-06-08 15:53 ` Richard Smith
0 siblings, 0 replies; 6+ messages in thread
From: Richard Smith @ 2015-06-08 15:53 UTC (permalink / raw)
To: cerowrt-devel
On 06/06/2015 07:59 PM, Richard Smith wrote:
> I've got luci enabled in collections but no luci-app-sqm. Looking in
> package/feed/packages I see a luci-app-sqm so its installed.
>
> If I mv my .config to something else and then start over they show up. I
> guess somehow my .config is broken.
Playing with this a bit I've discovered that in my original .config
sqm-scipts and luci-app-sqm are hidden unless qos-scripts is enabled.
If I mv away the .config and start over fresh then they are _not_
dependent on qos-scripts being selected.
Perhaps some dependency setting changed since my original .config and
its only set on initial creation of .config?
Anyway. Thanks for the pointers.
--
Richard A. Smith
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-06-08 15:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 12:19 [Cerowrt-devel] Getting sqm-scripts to show up in my cc build Richard Smith
2015-06-05 12:28 ` Rich Brown
2015-06-05 12:40 ` Kevin Darbyshire-Bryant
2015-06-05 12:34 ` Toke Høiland-Jørgensen
2015-06-06 23:59 ` Richard Smith
2015-06-08 15:53 ` Richard Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox