Hi, On trunk with ceropackages, I'm getting errors when installing sqm-scripts: root@OpenWrt:/etc# opkg install sqm-scripts Installing sqm-scripts (1.0-3) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages/sqm-scripts_1.0-3_all.ipk . Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest. Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest. Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest. Multiple packages (kmod-ipt-conntrack and kmod-ipt-conntrack) providing same name marked HOLD or PREFER. Using latest. Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for sqm-scripts: * kernel (= 4.1.4-1-68b085cb2174718ce2247e1fbff8c9c1) * kernel (= 4.1.4-1-68b085cb2174718ce2247e1fbff8c9c1) * kernel (= 4.1.4-1-68b085cb2174718ce2247e1fbff8c9c1) * kernel (= 4.1.4-1-68b085cb2174718ce2247e1fbff8c9c1) * kernel (= 4.1.4-1-68b085cb2174718ce2247e1fbff8c9c1) * * opkg_install_cmd: Cannot install package sqm-scripts. The way I built it was: git clone git://git.openwrt.org/openwrt.git cd openwrt/ cp feeds.conf.default feeds.conf sed -i '1s/^/src-get cero https:\/\/github.com\/dtah\/ceropackages-3.10.git\n/' feeds.conf ./scripts/feeds update -a ./scripts/feeds install luci luci-app-sqm sqm-scripts tc-adv ip ethtool kmod-sched-cake kmod-sched-fq_pie make menuconfig #select wndr3800 and save screen make V=99 Flash a factory image. trunk is running 4.1.5: root@OpenWrt:/etc# uname -a Linux OpenWrt 4.1.5 #2 Sat Aug 15 20:32:44 CEST 2015 mips GNU/Linux Best regards, Maciej On Fri, Aug 14, 2015 at 1:01 AM, Toke Høiland-Jørgensen wrote: > 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 > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel >