a39d9693e6
Fix broken IB_STANDALONE option for OPKG due to an error in ifdef logic where we weren't adding the required entry to reference the local files in repositories.conf Rework the ifdef to more explicit and restore original functionality of this option. While at it also provide different README for APK or OPKG. Fixes: d788ab376f85 ("build: add APK package build capabilities") Link: https://github.com/openwrt/openwrt/pull/15599 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
450 B
Markdown
12 lines
450 B
Markdown
# ./packages folder
|
|
|
|
Add `.ipk` packages to this folder will allow the ImageBuilder to install them.
|
|
|
|
For more complex setups consider adding a custom feed containing packages.
|
|
|
|
src custom file:///path/to/packages
|
|
|
|
Whenever the ImageBuilder builds a firmware image this folder will be reloaded
|
|
and a new package index created. In case signature checks are enabled the
|
|
`./packages/Packages` index will be signed with a locally generated key pair.
|