openwrt/target/imagebuilder/files
Tomasz Maciej Nowak 04ee513ede ib: split out processing user provided packages
Some device recipes remove default target packages. If user tries to add
them back they will be ignored, since packages list is processed in one
go. Process the device recipe packages first and do user ones later, so
additions won't get filtered out.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
(cherry picked from commit e40b9a7fa0)
2023-07-20 11:31:08 +02:00
..
Makefile ib: split out processing user provided packages 2023-07-20 11:31:08 +02:00
README.md imagebuilder: fix local packages/ folder 2022-02-10 20:06:04 +01:00
repositories.conf merge: etc: update remaining files 2017-12-08 19:41:18 +01:00

README.md

./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.