summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/anyu2.conf7
-rw-r--r--conf/nslu2.conf2
-rw-r--r--conf/openslug.conf0
-rw-r--r--conf/unslung.conf8
4 files changed, 6 insertions, 11 deletions
diff --git a/conf/anyu2.conf b/conf/anyu2.conf
deleted file mode 100644
index 567e104947..0000000000
--- a/conf/anyu2.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-#@TYPE: Distribution
-#@NAME: AnyU2
-#@DESCRIPTION: AnyU2 Linux Distribution configuration
-
-INHERIT += " package_ipk debian nslu2_flashimg"
-
-IMAGE_FSTYPE = "ext2.gz"
diff --git a/conf/nslu2.conf b/conf/nslu2.conf
index 191224efaa..8d5ab8ad12 100644
--- a/conf/nslu2.conf
+++ b/conf/nslu2.conf
@@ -5,8 +5,6 @@
TARGET_ARCH = "armeb"
IPKG_ARCHS = "all ${TARGET_ARCH} armv5te ${MACHINE}"
PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-nslu2"
-BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel"
IMAGE_ROOTFS_SIZE_ext2 = "8192"
IMAGE_ROOTFS_SIZE_ext2.gz = "8192"
diff --git a/conf/openslug.conf b/conf/openslug.conf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/conf/openslug.conf
diff --git a/conf/unslung.conf b/conf/unslung.conf
index 331ce2d3f9..b080b17f3c 100644
--- a/conf/unslung.conf
+++ b/conf/unslung.conf
@@ -1,9 +1,13 @@
#@TYPE: Distribution
-#@NAME: Unslung Linux
-#@DESCRIPTION: Distribution for packages to be run on the Linksys firmware in the NSLU2
+#@NAME: Unslung
+#@DESCRIPTION: Unslung Linux Distribution for the NSLU2
INHERIT += " package_ipk debian nslu2_flashimg"
+
IMAGE_FSTYPE = "ext2.gz"
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel"
+PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-linksys"
+
PREFERRED_VERSION_glibc ?= "2.2.5"
PREFERRED_VERSION_glibc-initial ?= "2.2.5"