mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
metadata: remove 'base-files' special case
Nothing explicitly depends on base-files, and even if it would, it would not cause any problems. Remove the unused special case. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
69a36cbab2
commit
1a2b5eb7ac
@ -539,7 +539,7 @@ sub gen_package_mk() {
|
|||||||
} elsif (defined($srcpackage{$dep})) {
|
} elsif (defined($srcpackage{$dep})) {
|
||||||
$idx = $subdir{$dep}.$dep;
|
$idx = $subdir{$dep}.$dep;
|
||||||
}
|
}
|
||||||
undef $idx if $idx eq 'base-files';
|
|
||||||
if ($idx) {
|
if ($idx) {
|
||||||
$idx .= $suffix;
|
$idx .= $suffix;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user