mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
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>
11 lines
324 B
Markdown
11 lines
324 B
Markdown
# ./packages folder
|
|
|
|
Add `.apk` packages to this folder will allow the ImageBuilder to install them.
|
|
|
|
For more complex setups consider adding a custom feed containing packages.
|
|
|
|
file:///path/to/Packages.adb
|
|
|
|
Whenever the ImageBuilder builds a firmware image this folder will be reloaded
|
|
and a new package index created.
|