Skip to content

Commit 929a460

Browse files
JalakasAnsuel
authored andcommitted
config: add !USE_APK dependency to CLEAN_IPKG
When USE_APK is enabled, APK replaces opkg/ipkg, leading to a build failure when CLEAN_IPKG is also selected. Add 'depends on !USE_APK' to CLEAN_IPKG to ensure this option is only selectable when opkg/ipkg is the active package manager. Signed-off-by: Anari Jalakas <[email protected]> Link: openwrt/openwrt#20957 Signed-off-by: Christian Marangi <[email protected]>
1 parent cf14eb6 commit 929a460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/Config-build.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ menu "Global build settings"
108108
config CLEAN_IPKG
109109
bool
110110
prompt "Remove ipkg/opkg status data files in final images"
111+
depends on !USE_APK
111112
help
112113
This removes all ipkg/opkg status data files from the target directory
113114
before building the root filesystem.

0 commit comments

Comments
 (0)