2
0
Эх сурвалжийг харах

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: https://github.com/openwrt/openwrt/pull/20957
Signed-off-by: Christian Marangi <[email protected]>
Anari Jalakas 4 долоо хоног өмнө
parent
commit
929a460bfa

+ 1 - 0
config/Config-build.in

@@ -108,6 +108,7 @@ menu "Global build settings"
 	config CLEAN_IPKG
 		bool
 		prompt "Remove ipkg/opkg status data files in final images"
+		depends on !USE_APK
 		help
 		  This removes all ipkg/opkg status data files from the target directory
 		  before building the root filesystem.