diff options
Diffstat (limited to 'conf/distro/openzaurus.conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |