diff --git a/package/odhcp6c/Config.in b/package/odhcp6c/Config.in index 83b38755c3..0acaff7fed 100644 --- a/package/odhcp6c/Config.in +++ b/package/odhcp6c/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_ODHCP6C bool "odhcp6c" depends on BR2_USE_MMU # fork() depends on !BR2_STATIC_LIBS # libubox + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_10 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libubox -> json-c select BR2_PACKAGE_LIBUBOX help @@ -10,7 +11,7 @@ config BR2_PACKAGE_ODHCP6C https://git.openwrt.org/project/odhcp6c.git -comment "odhcp6c needs a toolchain w/ dynamic library" +comment "odhcp6c needs a toolchain w/ dynamic library, gcc >= 10" depends on BR2_USE_MMU - depends on BR2_STATIC_LIBS + depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_10 depends on BR2_TOOLCHAIN_HAS_SYNC_4