From: Jo-Philipp Wich Date: Sun, 10 Oct 2010 12:27:44 +0000 (+0000) Subject: [scripts] metadata.pl: don't emit LINUX_2_6 selects anymore X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=ae104b59429834a53db352313c5354865988976b;ds=inline [scripts] metadata.pl: don't emit LINUX_2_6 selects anymore SVN-Revision: 23375 --- diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 45d202e439..e86178d423 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -196,9 +196,7 @@ sub print_target($) { my $target = shift; my $features = target_config_features(@{$target->{features}}); my $help = $target->{desc}; - my $kernel = $target->{kernel}; my $confstr; - $kernel =~ tr/./_/; chomp $features; $features .= "\n"; @@ -214,7 +212,6 @@ sub print_target($) { $confstr = <{conf} bool "$target->{name}" - select LINUX_$kernel select LINUX_$v EOF }