summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/distro/openzaurus-3.5.4.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/distro/openzaurus-3.5.4.conf')
-rw-r--r--openembedded/conf/distro/openzaurus-3.5.4.conf15
1 files changed, 12 insertions, 3 deletions
diff --git a/openembedded/conf/distro/openzaurus-3.5.4.conf b/openembedded/conf/distro/openzaurus-3.5.4.conf
index 61458c0b03..fbc1970864 100644
--- a/openembedded/conf/distro/openzaurus-3.5.4.conf
+++ b/openembedded/conf/distro/openzaurus-3.5.4.conf
@@ -1,4 +1,4 @@
1include conf/distro/openzaurus.conf 1include conf/distro/openzaurus.inc
2DISTRO = "openzaurus" 2DISTRO = "openzaurus"
3DISTRO_NAME = "OpenZaurus" 3DISTRO_NAME = "OpenZaurus"
4DISTRO_VERSION = "3.5.3-snapshot-${DATE}" 4DISTRO_VERSION = "3.5.3-snapshot-${DATE}"
@@ -27,6 +27,16 @@ KERNEL_CONSOLE = "ttyS0"
27#DEBUG_BUILD = "1" 27#DEBUG_BUILD = "1"
28#INHIBIT_PACKAGE_STRIP = "1" 28#INHIBIT_PACKAGE_STRIP = "1"
29 29
30PREFERRED_VERSION_gcc-cross ?= "3.4.4"
31PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
32
33PREFERRED_VERSION_hostap-modules ?= "0.3.9"
34
35#fix some iconv issues, needs to be adjusted when doing uclibc builds
36PREFERRED_PROVIDER_virtual/libiconv=glibc
37PREFERRED_PROVIDER_virtual/libintl=glibc
38
39
30# 40#
31# Base 41# Base
32# 42#
@@ -48,12 +58,11 @@ include conf/distro/preferred-opie-versions.inc
48# 58#
49PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" 59PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
50PREFERRED_PROVIDER_x11 = "diet-x11" 60PREFERRED_PROVIDER_x11 = "diet-x11"
51#PREFERRED_PROVIDER_x11 = "x11"
52include conf/distro/preferred-gpe-versions-2.7.inc 61include conf/distro/preferred-gpe-versions-2.7.inc
53 62
54# 63#
55# E 64# E
56# 65#
57include conf/distro/preferred-e-versions.inc 66#include conf/distro/preferred-e-versions.inc
58 67
59include conf/distro/poky-additions.inc \ No newline at end of file 68include conf/distro/poky-additions.inc \ No newline at end of file