diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-17 14:22:14 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-03-17 15:17:32 +0100 |
commit | 560f9bb446a8049d7be3b0c77bbad9f1de4cb5ba (patch) | |
tree | ac562d6cab626db5d98b2f791381b7e420ecb04f /conf/machine/wrap.conf | |
parent | c3906c2aa5fefb263ee5782d3dfcf564e1a965cd (diff) |
wrap.conf: no extra kernel-recpie needed use the plain ones
Diffstat (limited to 'conf/machine/wrap.conf')
-rw-r--r-- | conf/machine/wrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf index 92720043f2..1fc75ebe94 100644 --- a/conf/machine/wrap.conf +++ b/conf/machine/wrap.conf @@ -5,7 +5,7 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "i386 x86" -PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode" +PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" # Serial console settings for sysvinit |