Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imagebuilder: fix broken IB_STANDALONE option #15599

Merged
merged 1 commit into from
May 31, 2024

Conversation

Ansuel
Copy link
Member

@Ansuel Ansuel commented May 31, 2024

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: d788ab3 ("build: add APK package build capabilities")

target/imagebuilder/Makefile Outdated Show resolved Hide resolved
target/imagebuilder/Makefile Outdated Show resolved Hide resolved
@github-actions github-actions bot added the target/imagebuilder pull request/issue for imagebuilder target label May 31, 2024
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: d788ab3 ("build: add APK package build capabilities")
Link: openwrt#15599
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
@openwrt-bot openwrt-bot merged commit a39d969 into openwrt:main May 31, 2024
2 checks passed
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this pull request Jun 8, 2024
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: d788ab3 ("build: add APK package build capabilities")
Link: openwrt#15599
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target/imagebuilder pull request/issue for imagebuilder target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants