aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/obsolete/wrt54oe.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/obsolete/wrt54oe.conf')
-rw-r--r--conf/distro/obsolete/wrt54oe.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf/distro/obsolete/wrt54oe.conf b/conf/distro/obsolete/wrt54oe.conf
new file mode 100644
index 0000000000..0cea34912a
--- /dev/null
+++ b/conf/distro/obsolete/wrt54oe.conf
@@ -0,0 +1,31 @@
+#@TYPE: Distribution
+#@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"
+LIBC = "uclibc"
+require conf/distro/include/${LIBC}.inc
+
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
+
+PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
+PREFERRED_VERSION_gcc-cross-intermediate = "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}"
+