diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-26 17:54:41 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-26 17:54:41 +0000 |
commit | f055bad53d39936c08f06970db7d4d45616c1373 (patch) | |
tree | 99b28468afe7e7649d7e2ec39794eb5f595004ab /conf/distro | |
parent | 4c66fec36b46b3d0e7178088d10c9844bc919e90 (diff) |
Merge
2004/11/26 18:52:27+01:00 uni-frankfurt.de!mickeyl
update oz-3.5.2.conf
2004/11/25 16:55:33+01:00 uni-frankfurt.de!mickeyl
this patch adds an exclusion parameter to mkfs.jffs2. use -i <path> to exclude a subtree from being included into the image. this is necessary for the forthcoming clone functionality of opie-backup. the patch will be posted to the mtd list
2004/11/25 15:40:03+01:00 uni-frankfurt.de!mickeyl
add user mode linux as found in kernel 2.6.10-rc2-mm3
BKrev: 41a76de1US2tkAYWHnb0zgCpVNciXA
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openzaurus-3.5.2.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index 5fe5c4beb8..ce50f76c62 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -7,7 +7,7 @@ FEED_URIS += " \ libs##http://openzaurus.org/official/unstable/3.5.2/feed/libs/ \ console##http://openzaurus.org/official/unstable/3.5.2/feed/console" -CVSDATE = 20041120 +CVSDATE = 20041127 ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95" PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/xserver:xserver-kdrive" @@ -23,6 +23,7 @@ TARGET_FPU = "soft" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" +#ENABLE_SYSREQ = "yes" PREFERRED_VERSION_binutils-cross = "2.15.91.0.2" PREFERRED_VERSION_libtool-native = "1.5.6" |