So I'm running LEDE 17.01.0-rc2 fresh install and ran the command as specified on your README: opkg update; opkg install simple-adblock luci-app-simple-adblock coreutils-sort
Getting the following errors (had to remove links in output from post):
root@LEDE:~# opkg update; opkg install simple-adblock luci-app-simple-adblock coreutils-sort
Unknown package 'simple-adblock'.
Unknown package 'luci-app-simple-adblock'.
Installing coreutils-sort (8.23-2) to root...
Installing coreutils (8.23-2) to root...
Configuring coreutils.
Collected errors:
* opkg_install_cmd: Cannot install package simple-adblock.
* opkg_install_cmd: Cannot install package luci-app-simple-adblock.
* check_data_file_clashes: Package coreutils-sort wants to install file /usr/bin/sort
But that file is already provided by package * busybox
* opkg_install_cmd: Cannot install package coreutils-sort.
So it can't install coreutils-sort and can't find simple-adblock or the luci-app. How can I get coreutils-sort to work? I'm guessing removing busybox wouldn't be a good idea? I could try and install the packages manually but think something in what I'm doing is wrong? Am I missing something? I also tried this on the latest OpenWrt 15 with the same results. Many thanks!