diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-05 18:53:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-05 18:53:05 +0000 |
commit | c7de566ac5ddbb82251572a77dd5a2e465a43303 (patch) | |
tree | d933ddfeeb19b0bbc4e3294cc5a2616bc96b863a /conf/machine/epia.conf | |
parent | b066accc47f9524fde54efcc106273f8d84a4839 (diff) |
epia is now TARGET_ARCH i586, not i686
remove module-related bits from BOOTSTRAP_EXTRA_[R]DEPENDS
BKrev: 41b359115pHfLCcG8USz3EFXDYNSiQ
Diffstat (limited to 'conf/machine/epia.conf')
-rw-r--r-- | conf/machine/epia.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 11c797d7bd..429242c9bd 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -1,9 +1,9 @@ -TARGET_ARCH = "i686" +TARGET_ARCH = "i586" TARGET_VENDOR = "-oe" PREFERRED_PROVIDER_virtual/kernel = "linux-epia" IMAGE_FSTYPE = "ext2.gz" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools" -BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools-depmod kernel-modules" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev" +BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev kernel-modules" udevdir = "/dev" OLDEST_KERNEL = "2.6.5" GLIBC_ADDONS = "nptl" |