diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-04 20:41:37 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-04 20:41:37 +0000 |
commit | b499f14da8a8e7170442e9586d920b6668eebd30 (patch) | |
tree | 1c188c3603e91a4e617284c70f8733f9601a05ca /conf/machine | |
parent | 976688f9e3a46c93892273268dffa7f7519a959f (diff) |
openprotium: Move TARGET_FPU to the individual machines instead of distro config
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/storcenter.conf | 1 | ||||
-rw-r--r-- | conf/machine/turbostation.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf index 511d200deb..7463bc77d0 100644 --- a/conf/machine/storcenter.conf +++ b/conf/machine/storcenter.conf @@ -1,5 +1,6 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" +TARGET_FPU = "hard" # TARGET_VENDOR = "oe" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" # terminal specs - console, but no other ports diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index d3952e1d4a..a4b19de740 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -1,5 +1,6 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" +TARGET_FPU = "hard" # TARGET_VENDOR = "oe" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" # terminal specs - console, but no other ports @@ -11,5 +12,6 @@ MACHINE_TASK_PROVIDER = "task-base" MACHINE_FEATURES= "kernel26 usbhost" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" +udevdir = "/dev" require conf/machine/include/tune-ppc603e.conf |