summaryrefslogtreecommitdiff
path: root/conf/distro/switchbox.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-02-12 14:51:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-02-12 14:51:51 +0000
commitea605558163ab44a51e471329f7fc93fef92624c (patch)
tree8ad2d078377e46cfda320a079ce8af9a4a67f2fb /conf/distro/switchbox.conf
parentac6d72376725b52126687287b7c2ff016b34c252 (diff)
allow local.conf overriding TARGET_FPU and TARGET_OS in distro configurations
BKrev: 420e1807OT8rClMNOpsxrgA3Fmm7LA
Diffstat (limited to 'conf/distro/switchbox.conf')
-rw-r--r--conf/distro/switchbox.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/switchbox.conf b/conf/distro/switchbox.conf
index 5cb8cfaaaa..bc9100d29b 100644
--- a/conf/distro/switchbox.conf
+++ b/conf/distro/switchbox.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: SwitchBox Linux Distribution for the NSLU2
TARGET_FPU ?= "soft"
-TARGET_OS = "linux-uclibc"
+TARGET_OS ?= "linux-uclibc"
INHERIT += " package_ipk debian"