Hi, I see this in my tmp/.config-package.in: ------- $ grep "<PACKAGE_" tmp -r ..... tmp/.config-package.in: depends on !(PACKAGE_iw-full<PACKAGE_kmod-zd1211rw && GCC_LIBSSP) || GCC_LIBSSP tmp/.config-package.in: select PACKAGE_ip-tiny if OPENVPN_mbedtls_ENABLE_IPROUTE2 && PACKAGE_ip-full<PACKAGE_openvpn-mbedtls tmp/.config-package.in: select PACKAGE_ip-tiny if OPENVPN_nossl_ENABLE_IPROUTE2 && PACKAGE_ip-full<PACKAGE_openvpn-nossl tmp/.config-package.in: select PACKAGE_ip-tiny if OPENVPN_openssl_ENABLE_IPROUTE2 && PACKAGE_ip-full<PACKAGE_openvpn-openssl tmp/.config-package.in: select PACKAGE_ip-tiny if PACKAGE_ip-full<PACKAGE_464xlat ------
When a package selects a different package and that one depends on a package which can be provided by multiple ones I see these strange dependencies to PACKAGE_ip-full<PACKAGE_original_name This is not directly resulting in an error message, but I do not know if this dependency works correctly. When I added some extra conditional dependencies for the sanitizers Kconfig returned a lot of error messages. https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/sanitizer I do not understand this problem, what could be wrong here? Hauke
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel