Hauke Mehrtens

Results 271 comments of Hauke Mehrtens

trace-cmd-v3.1.2 and iucode-tool-2.3.1 are failing to compile because we do not add this: `-I$(TOOLCHAIN_DIR)/include/fortify` when we use an external musl toolchain.For internal toolchain it is done here: https://github.com/openwrt/openwrt/blob/master/rules.mk#L190 I will...

Yes I will try to use the pre build tools. unetd is still not building without the LLVM toolchain. ```` make[3] -C package/network/services/unetd compile ERROR: package/network/services/unetd failed to build. make...

The version from this pull request has a merge commit in it. Please remove the merge commit. Do you prefer this version https://github.com/dhewg/openwrt/commits/dsl-ubus-stats ?

Please squash bot patches into one.

For me the `--disable-dependency-tracking` looks dangerous. Will automake always recompile the complete application?

This is already included upstream: https://git.gnunet.org/gnunet-fuse.git/commit/?id=5e3ae1e8d8b6bf440b36ea2a6f553d4d365a8110

Does rt2800 work with mac80211 from master without any additional patches? This mac80211 update does not change anything in `drivers/net/wireless/ralink/`. Recently some changes to rt2x00 were done in master, see...

Thank you for the patches, I applied them to master in 63460a5ba2fdf227f02023f9674330e28f6c82fe and 58b65525f3165792a998fdb24fda11aa4097a7be.