remove madwifi karma patch until it's fixed
[openwrt.git] / scripts / metadata.pl
index 7b3b74b..f84bd46 100755 (executable)
@@ -72,6 +72,7 @@ sub parse_target_metadata() {
        }
        close FILE;
        foreach my $target (@target) {
+               next if @{$target->{subtargets}} > 0;
                @{$target->{profiles}} > 0 or $target->{profiles} = [
                        {
                                id => 'Default',
This page took 0.023177 seconds and 4 git commands to generate.