mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: suppress conditional dependencies if there are unconditional dependencies on the same symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -454,6 +454,7 @@ sub mconf_depends {
|
||||
|
||||
next if $condition eq $depend;
|
||||
next if $seen->{"$parent_condition:$depend"};
|
||||
next if $seen->{":$depend"};
|
||||
$seen->{"$parent_condition:$depend"} = 1;
|
||||
if ($depend =~ /^(.+):(.+)$/) {
|
||||
if ($1 ne "PACKAGE_$pkgname") {
|
||||
|
||||
Reference in New Issue
Block a user