imagebuilder: fix broken IB_STANDALONE option master
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 31 May 2024 11:08:02 +0000 (13:08 +0200)
committerKoen Vandeputte <koen.vandeputte@citymesh.com>
Fri, 31 May 2024 11:18:23 +0000 (13:18 +0200)
commit3f61f86e678f7937e7121a7d752b5b85abaca69c
treed0847ba7e64370088b12218ef12245a19f0c4308
parent1ed9044882b81a9a2991a2b9651ee49b3e62d961
imagebuilder: fix broken IB_STANDALONE option

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")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/imagebuilder/Makefile
target/imagebuilder/files/README.md [deleted file]
target/imagebuilder/files/README.md.apk [new file with mode: 0644]
target/imagebuilder/files/README.md.opkg [new file with mode: 0644]