From d8374725ae4080441d5201a4fbd4beb30eee8408 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 13 Feb 2005 14:12:52 +0000 Subject: [PATCH] rollback ?= in oz.conf and fam.conf since it doesn't work like it should BKrev: 420f6064nkCbk2cVG7HAPCOpQ-PrxQ --- conf/distro/familiar.conf | 2 +- 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" -- 2.39.5