summaryrefslogtreecommitdiff
path: root/conf/unslung.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
committerChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
commit4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch)
tree48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/unslung.conf
parent92b95480c1095db9dc453725c5a13698a7eb8e20 (diff)
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own directories. BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/unslung.conf')
-rw-r--r--conf/unslung.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/conf/unslung.conf b/conf/unslung.conf
deleted file mode 100644
index 949870e156..0000000000
--- a/conf/unslung.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-#@TYPE: Distribution
-#@NAME: Unslung
-#@DESCRIPTION: Unslung Linux Distribution for the NSLU2
-
-INHERIT += " package_ipk debian nslu2_flashimg"
-
-IMAGE_FSTYPE = "ext2.gz"
-
-BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ax8817x kernel-module-catc \
-kernel-module-cdcether kernel-module-kaweth kernel-module-pegasus \
-kernel-module-rtl8150 kernel-module-usbnet kernel-module-mii"
-
-# PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-unslung-kernel"
-
-PREFERRED_VERSION_glibc ?= "2.2.5"
-PREFERRED_VERSION_glibc-initial ?= "2.2.5"