Closed minecraft2048 closed 7 years ago
I have the same problem during compiling, but remove sched_fq_pie from tc-adv makefile doesn't help me. Can you explain me how yo did this ?
@majster95 My bad, I think that it is not in the makefile, you should go to ./tmp/.config-package.in, search for tc-adv and remove both depends on
and select
, with that, you can go to the make menuconfig
and unselect sched_fq_pie, then you can compile as usual
Thank you ;) I will test it tomorrow.
May I close this?
Yes? Its been a long time for me to play with this stuff
I want to try Cake shaper with Openwrt in my old PC, so I followed this information: https://www.bufferbloat.net/projects/codel/wiki/Cake/ to install Cake to Openwrt
replacing the Target Profile with x86_64 generic. Then, I tried to make it, then this error happens: https://github.com/dtaht/sched_fq_pie/issues/1 . After manually removing sched_fq_pie as a hard dependency to tc-adv in the Makefiles, OpenWrt compiles normally