diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-15 15:27:54 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-15 15:27:54 +0000 |
commit | 53744b0ffd779b7923a4edf4f8665e18726fafc6 (patch) | |
tree | f606755505d253118ca598e3e5cf627f0d5b4556 /conf/distro/nylon.conf | |
parent | df40b0bc2a4e8c0e23a23a300fa8d410621136fb (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/15 17:27:21+02:00 (none)!br1
mtx-1 and nylon updates
2004/10/15 17:25:12+02:00 (none)!br1
autoload hostap_pci on mtx-1
BKrev: 416fec7akNTy9S4XNbGWyEzJ1NRUZw
Diffstat (limited to 'conf/distro/nylon.conf')
-rw-r--r-- | conf/distro/nylon.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index e69de29bb2..b5d1268dac 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -0,0 +1,33 @@ +#@TYPE: Distribution +#@NAME: Nylon Linux +#@DESCRIPTION: Distribution configuration for Nylon Mesh Linux distribution + +# this distribution is mainly for wireless networking devices and includes +# packages necessary for wireless LAN access point, routing, encryption and +# especially mesh routing applications +# +# it is primarily aimed at the 4G Systems MeshCube (mtx-1) and other +# mipsel based platforms +# +# Bruno Randolf <bruno.randolf@4g-systems.biz> + +INHERIT += " package_ipk debian" +INHERIT += " linux_modules" + +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc" + +#CVSDATE = 20040916 + +PREFERRED_VERSION_glibc = "2.3.3" +PREFERRED_VERSION_gcc-cross-initial = "3.3.4" +PREFERRED_VERSION_gcc-cross = "3.3.4" +PREFERRED_VERSION_gcc-cross-sdk = "3.3.4" +PREFERRED_VERSION_gcc = "3.3.4" +PREFERRED_VERSION_binutils-cross = "2.14.90.0.7" +PREFERRED_VERSION_binutils-cross-sdk = "2.14.90.0.7" +PREFERRED_VERSION_binutils = "2.14.90.0.7" + +#PREFERRED_VERSION_prism54-module = "1.2" |