Add bcm5354 fixes from #2611
[openwrt-10.03/.git] / scripts / metadata.pm
index ff39e346ea98988b9def135cfb56219f0a3b6d5a..917fbec0792302d3f731b13e5b8ac205ad995911 100644 (file)
@@ -96,7 +96,7 @@ sub parse_package_metadata($) {
                                $type =~ /ipkg/ and $pkg->{tristate} = 1;
                        }
                };
-               /^Config: \s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE);
+               /^Config: \s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE, "\t");
                /^Prereq-Check:/ and $pkg->{prereq} = 1;
                /^Preconfig:\s*(.+)\s*$/ and do {
                        my $pkgname = $pkg->{name};