oxnas: drop target
[openwrt/openwrt.git] / target / imagebuilder / files / README.md
1 # ./packages folder
2
3 Add `.ipk` packages to this folder will allow the ImageBuilder to install them.
4
5 For more complex setups consider adding a custom feed containing packages.
6
7 src custom file:///path/to/packages
8
9 Whenever the ImageBuilder builds a firmware image this folder will be reloaded
10 and a new package index created. In case signature checks are enabled the
11 `./packages/Packages` index will be signed with a locally generated key pair.