summaryrefslogtreecommitdiff
path: root/conf/machine/include/lsppc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r--conf/machine/include/lsppc.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 632a9ed4cc..ca4a395be9 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -6,7 +6,10 @@
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
-TARGET_FPU = "hard"
+
+# TARGET_FPU is a distro feature
+# Weakly assign it and remove when all distros supporting this device have updated
+TARGET_FPU ?= "hard"
USE_DEVFS = "0"