Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3050 - SDK has recursive dependency issue of Kconfig #7819

Open
openwrt-bot opened this issue Apr 26, 2020 · 0 comments
Open

FS#3050 - SDK has recursive dependency issue of Kconfig #7819

openwrt-bot opened this issue Apr 26, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

mat-alfa:

Scope: SDKs of ath79 / ramips / ... etc.
Version: snapshots (master branch)
Steps to reproduce: (see commands below)

wget --continue https://downloads.openwrt.org/snapshots/targets/ath79/generic/openwrt-sdk-ath79-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz tar -Jxf openwrt-sdk-ath79-generic_gcc-8.4.0_musl.Linux-x86_64.tar.xz cd openwrt-sdk-ath79-generic_gcc-8.4.0_musl.Linux-x86_64 ./scripts/feeds update -a ./scripts/feeds install -a make defconfig

It will show errors like these:

tmp/.config-package.in:11742:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:11742: symbol PACKAGE_kmod-mac80211 depends on PACKAGE_kmod-mac80211
tmp/.config-package.in:12494:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:12494: symbol PACKAGE_kmod-rtl8812au-ct depends on PACKAGE_kmod-rtl8812au-ct
tmp/.config-package.in:11454:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:11454: symbol PACKAGE_kmod-cfg80211 depends on PACKAGE_kmod-cfg80211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant