diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:37:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:37:21 +0000 |
commit | c9c7cd865a29b3bb1f503b4a9f56975aacba6cb9 (patch) | |
tree | d0240f9518e15f23b07857b0fa63e69c758bd326 /conf | |
parent | dc7403b7abb7365dcdba06dfd6a4efd94f1dd763 (diff) |
sarge-at91: use u-boot 1.1.6 and linux 2.6.21
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/sarge-at91.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/sarge-at91.conf b/conf/machine/sarge-at91.conf index 9f936a68a4..6001e69cf7 100644 --- a/conf/machine/sarge-at91.conf +++ b/conf/machine/sarge-at91.conf @@ -16,4 +16,8 @@ MACHINE_FEATURES = "kernel26" require conf/machine/include/tune-arm920t.conf -PREFERRED_PROVIDER_virtual/kernel = "linux-sarge" +PREFERRED_PROVIDER_virtual/kernel = "linux" + +# device has own patchset for u-boot 1.1.6 +PREFERRED_VERSION_u-boot = "1.1.6" +PREFERRED_VERSION_linux = "2.6.21" |