diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-13 14:12:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-13 14:12:52 +0000 |
commit | d8374725ae4080441d5201a4fbd4beb30eee8408 (patch) | |
tree | edd86d79002dd8a7743dea4439668ab585875ef9 | |
parent | 8e318a5342fb9ff0125c4936d38d4562ad39b0a0 (diff) |
rollback ?= in oz.conf and fam.conf since it doesn't work like it should
BKrev: 420f6064nkCbk2cVG7HAPCOpQ-PrxQ
-rw-r--r-- | conf/distro/familiar.conf | 2 | ||||
-rw-r--r-- | conf/distro/openzaurus.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/familiar.conf b/conf/distro/familiar.conf index 095815b183..7fd483620f 100644 --- a/conf/distro/familiar.conf +++ b/conf/distro/familiar.conf @@ -3,5 +3,5 @@ #@DESCRIPTION: Distribution configuration for Familiar Linux (handhelds.org) INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" +TARGET_OS = "linux" diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 64a1d3469b..4af0dfc85f 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -3,5 +3,5 @@ #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" -TARGET_FPU ?= "soft" +TARGET_OS = "linux" +TARGET_FPU = "soft" |