diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 2 | ||||
-rw-r--r-- | conf/distro/openzaurus.conf | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 373005636b..cd315e4cba 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -13,7 +13,7 @@ FEED_URIS += " \ console##http://openzaurus.org/official/unstable/3.5.3/feed/console \ devel##http://openzaurus.org/official/unstable/3.5.3/feed/devel" -CVSDATE = "20050428" +CVSDATE = "20050504" # # Zaurus diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index c4b103fab0..f6975ae961 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -3,5 +3,7 @@ #@DESCRIPTION: Distribution configuration for OpenZaurus (http://www.openzaurus.org) INHERIT += " package_ipk debian" -TARGET_OS ?= "linux" +# For some reason, this doesn't work +# TARGET_OS ?= "linux" +TARGET_OS = "linux" TARGET_FPU = "soft" |