mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 16:57:28 +00:00
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 <anari.jalakas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20957 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
cf14eb6c86
commit
929a460bfa
@ -108,6 +108,7 @@ menu "Global build settings"
|
|||||||
config CLEAN_IPKG
|
config CLEAN_IPKG
|
||||||
bool
|
bool
|
||||||
prompt "Remove ipkg/opkg status data files in final images"
|
prompt "Remove ipkg/opkg status data files in final images"
|
||||||
|
depends on !USE_APK
|
||||||
help
|
help
|
||||||
This removes all ipkg/opkg status data files from the target directory
|
This removes all ipkg/opkg status data files from the target directory
|
||||||
before building the root filesystem.
|
before building the root filesystem.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user