reintroduce LINUX_2_4 and LINUX_2_6 as config variables
SVN-Revision: 5534
This commit is contained in:
parent
72855b68de
commit
bdfc3fb213
@ -40,6 +40,7 @@ while (<>) {
|
|||||||
board => $2,
|
board => $2,
|
||||||
kernel => $3
|
kernel => $3
|
||||||
};
|
};
|
||||||
|
$target->{kernel} =~ tr/\./_/;
|
||||||
push @target, $target;
|
push @target, $target;
|
||||||
};
|
};
|
||||||
/^Target-Name:\s*(.+)\s*$/ and $target->{name} = $1;
|
/^Target-Name:\s*(.+)\s*$/ and $target->{name} = $1;
|
||||||
@ -107,6 +108,7 @@ foreach $target (@target) {
|
|||||||
config LINUX_$target->{conf}
|
config LINUX_$target->{conf}
|
||||||
bool "$target->{name}"
|
bool "$target->{name}"
|
||||||
select $target->{arch}
|
select $target->{arch}
|
||||||
|
select LINUX_$target->{kernel}
|
||||||
$features$help
|
$features$help
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user