Not much support for the SDK here it seems …

I am trying to compile the taskserver binary using a Makefile from here: Guide on creating new packages - For Developers - OpenWrt Forum.

I have an AR300M and I am now trying with the ar71xx SKD (is that the right one - your guide does not mention this model)?

Again I have the same problem as in the ramips tree:

…/sdk/sdk/1806/ar71xx> make package/taskserver/compile -j1 V=s
Collecting package info: done
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb2’, which does not exist
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb3’, which does not exist
tmp/.config-package.in:36:warning: ignoring type redefinition of ‘PACKAGE_libc’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:64:warning: ignoring type redefinition of ‘PACKAGE_libgcc’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:149:warning: ignoring type redefinition of ‘PACKAGE_libpthread’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:290:warning: ignoring type redefinition of ‘PACKAGE_ubus’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:305:warning: ignoring type redefinition of ‘PACKAGE_ubusd’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:319:warning: ignoring type redefinition of ‘PACKAGE_uci’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:1601:warning: ignoring type redefinition of ‘PACKAGE_libblobmsg-json’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:1774:warning: ignoring type redefinition of ‘PACKAGE_libiwinfo’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:1790:warning: ignoring type redefinition of ‘PACKAGE_libjson-c’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:1890:warning: ignoring type redefinition of ‘PACKAGE_libnl-tiny’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:1999:warning: ignoring type redefinition of ‘PACKAGE_libubox’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:2025:warning: ignoring type redefinition of ‘PACKAGE_libubus’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:2052:warning: ignoring type redefinition of ‘PACKAGE_libuci’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:2648:warning: ignoring type redefinition of ‘PACKAGE_iwinfo’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:2661:warning: ignoring type redefinition of ‘PACKAGE_jshn’ from ‘boolean’ to ‘tristate’
tmp/.config-package.in:2732:warning: ignoring type redefinition of ‘PACKAGE_libjson-script’ from ‘boolean’ to ‘tristate’

configuration written to .config

make[1]: Entering directory ‘/home/mh/wde/openwrt/sdk/sdk/1806/ar71xx’
env: ‘time’: No such file or directory
make[1]: *** [package/Makefile:107: package/feeds/base/ncurses/host/compile] Error 127
make[1]: Leaving directory ‘/home/mh/wde/openwrt/sdk/sdk/1806/ar71xx’
make: *** [/home/mh/wde/openwrt/sdk/sdk/1806/ar71xx/include/toplevel.mk:211: package/taskserver/compile] Error 2
…/sdk/sdk/1806/ar71xx> ./scripts/feeds install kmod-phy-bcm-ns-usb2
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb2’, which does not exist
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb3’, which does not exist
WARNING: No feed for package ‘kmod-phy-bcm-ns-usb2’ found
…/sdk/sdk/1806/ar71xx> ./scripts/feeds install kmod-phy-bcm-ns-usb3
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb2’, which does not exist
WARNING: Makefile ‘package/linux/Makefile’ has a dependency on ‘kmod-phy-bcm-ns-usb3’, which does not exist
WARNING: No feed for package ‘kmod-phy-bcm-ns-usb3’ found
…/sdk/sdk/1806/ar71xx>

So for whatever reason there are dependencies on kmod-phy-bcm-ns-usb2 and kmod-phy-bcm-ns-usb3 that I cannot install…

People have sucessfully compiled this software for openwrt, so I would like to understand what I am doing wrong here…

And is there a way to run plain openwrt on this device (the community there seems to be so much more helpful)?