I like to test a src-code change with my own hostapd version but did not get it into the build. I setup my environment successfully for my package to build as a feed from local source but did not know to get this running for hostapd as it is not included in the feed.
I tried to simply change the makefile with a real repository or simply a broken link but it does not change the build process. Any tipp how to get this running for a simple test?
edit1:
My only other thought is copy that package out entirely, rename all the names so you have a separate package? I've only ever done an src-git and src-copy to do a separate package.
Yes, that is I planned. OpenWRT links to the original repository and applies some patches/enhancements. Quilt looks interesting. Could create a patch from my change and apply it. But for easy testing it looks complex, will try it the next days...