summaryrefslogtreecommitdiff
path: root/conf/distro/unslung.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/unslung.conf
parentac6d72376725b52126687287b7c2ff016b34c252 (diff)
allow local.conf overriding TARGET_FPU and TARGET_OS in distro configurations
BKrev: 420e1807OT8rClMNOpsxrgA3Fmm7LA
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r--conf/distro/unslung.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index 8108b2b767..a389155b55 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -4,8 +4,8 @@
FEED_URIS_unslung = "unslung##http://ipkg.nslu2-linux.org/feeds/unslung/unstable"
-TARGET_FPU = "soft"
-TARGET_OS = "linux"
+TARGET_FPU ?= "soft"
+TARGET_OS ?= "linux"
INHERIT += " package_ipk nslu2_flashimg"