]> git.ipfire.org Git - thirdparty/openwrt.git/commit
sdk: set package as the root directory for base feed 20396/head
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 13 Oct 2025 00:32:44 +0000 (02:32 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 13 Oct 2025 09:47:08 +0000 (11:47 +0200)
commit297057f0f2ff961f2ec9e3634a55423368aff172
treee2b62b3c54084e85d565a40800742b04e2cd4273
parente112fd8e59e37ae323fdaebb74bdd6084176d8e4
sdk: set package as the root directory for base feed

To produce consistent source entry for package compiled from non-SDK and
SDK build, set the "--root=package" flag for the base feed.

This will set the root directory for the base feed to the OpenWrt
core repository "package" directory.

This fix the reproducible problem of package build from SDK that have
the source entry set to "feeds/base/package/..." for every package
coming from the base feed.

Link: https://github.com/openwrt/openwrt/pull/20396
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/sdk/Makefile