diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-06-22 08:14:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-06-22 08:14:00 +0000 |
commit | 87714a8088b946f9421bbd5ddb29ed0244dd3eb1 (patch) | |
tree | ea3ddb171ad981005c255078216ea1adbe2b2128 | |
parent | 6ff6e31c861d2b1f59abb137f9bfb0f4f305d470 (diff) |
updated wrt54oe distro config - we cannot use nylon as distro as WRT are uclibc based
BKrev: 42b91dc8Qqdjooo7RDiHrsQTtN0xPA
-rw-r--r-- | conf/distro/wrt54oe.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/distro/wrt54oe.conf b/conf/distro/wrt54oe.conf index fd0924f9e6..90babfdc1a 100644 --- a/conf/distro/wrt54oe.conf +++ b/conf/distro/wrt54oe.conf @@ -2,4 +2,27 @@ #@NAME: WRT54OE Linux #@DESCRIPTION: Distribution configuration for the WRT54 Linux +# 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 Linksys WRT54G(S) routers and other +# mipsel based platforms supported by OpenWRT (we base on their work) + INHERIT += "package_ipk debian" + +TARGET_OS = "linux-uclibc" + +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:uclibc" + +PREFERRED_VERSION_gcc-cross-initial = "3.4.4" +PREFERRED_VERSION_gcc-cross = "3.4.4" +PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" +PREFERRED_VERSION_gcc = "3.4.4" + +IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}" +KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}" + |