diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-09 23:23:21 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-09 23:24:33 +0200 |
commit | 7c5786aa50a454ae308bb1eb33f397d00930deb6 (patch) | |
tree | 829308e776d962feb2470a03769f37ecd9928951 /recipes/linux/linux_2.6.20.bb | |
parent | d187eec071bb0afe8bda13cbf7b89170fe99e384 (diff) |
various kernels: add missing DEFAULT_PREFERENCE = "-1"
Diffstat (limited to 'recipes/linux/linux_2.6.20.bb')
-rw-r--r-- | recipes/linux/linux_2.6.20.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.20.bb b/recipes/linux/linux_2.6.20.bb index 81033e09ee..1614c9da45 100644 --- a/recipes/linux/linux_2.6.20.bb +++ b/recipes/linux/linux_2.6.20.bb @@ -1,5 +1,6 @@ require linux.inc +DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_at91sam9263ek = "20" DEFAULT_PREFERENCE_at91sam9261ek = "20" DEFAULT_PREFERENCE_at91sam9260ek = "20" |