remove the now unused Target-Kernel field from the target metadata

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27033 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2011-05-30 23:07:53 +00:00
parent 939af33cd2
commit f07b8453db
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ sub parse_target_metadata() {
$target->{parent} = $target{$1};
}
};
/^Target-Kernel:\s*(\d+\.\d+)\s*$/ and $target->{kernel} = $1;
/^Target-Name:\s*(.+)\s*$/ and $target->{name} = $1;
/^Target-Path:\s*(.+)\s*$/ and $target->{path} = $1;
/^Target-Arch:\s*(.+)\s*$/ and $target->{arch} = $1;