diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-23 10:39:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-23 10:39:46 +0000 |
commit | a5ab4c1e92a80b977b53072b349e05ab0f097dd1 (patch) | |
tree | c93cf04d86827b31ee317cdf0a2796be2db80175 /conf/machine/include/ixp4xx.inc | |
parent | 9030208546561970a18f0eb4be401b4d837aa310 (diff) | |
parent | 20e5fbe217c05900868741ec16b09092eaf0830a (diff) |
propagate from branch 'org.openembedded.dev' (head d8bfa63aa913e7227790ba2d02253cfbecce61ab)
to branch 'org.openembedded.dev.avr32' (head bb1b18fc3fa0562c4c7bd85bb0d9617c62261f2e)
Diffstat (limited to 'conf/machine/include/ixp4xx.inc')
-rw-r--r-- | conf/machine/include/ixp4xx.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc index 6e7d303586..bdf00d15c9 100644 --- a/conf/machine/include/ixp4xx.inc +++ b/conf/machine/include/ixp4xx.inc @@ -3,11 +3,11 @@ #@DESCRIPTION: genric machine configuration for ixp4xx platforms # Set default for common ixp4xx-based machines -MACHINE_FEATURES ?= "kernel26 usbhost ext2 redboot apex" +MACHINE_FEATURES ?= "kernel26 usbhost ext2 vfat redboot apex" # Select an appropriate default kernel PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx" -PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.6+svnr${SRCREV}" +PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.7+svnr${SRCREV}" # Add packages required for basic networking support MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe" |