summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-16 02:48:54 +0000
committerChris Larson <clarson@kergoth.com>2004-09-16 02:48:54 +0000
commit3d4a5446d84d420b5f95f10fd29b6fa68eb63e0d (patch)
treeaea3eeccb1e34bc73e6798de4de55d18786ba110 /conf
parent6bba186f6ad3010df38e640f8fb57db6494905cb (diff)
Set IMAGE_FSTYPE to ext2.gz for the unslung and anyu2 distros, for now.
BKrev: 4148ff16uFDyXrg0IzX342A4ZGzHwA
Diffstat (limited to 'conf')
-rw-r--r--conf/anyu2.conf7
-rw-r--r--conf/unslung.conf8
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/anyu2.conf b/conf/anyu2.conf
index e69de29bb2..efd341927c 100644
--- a/conf/anyu2.conf
+++ b/conf/anyu2.conf
@@ -0,0 +1,7 @@
+#@TYPE: Distribution
+#@NAME: AnyU2
+#@DESCRIPTION: AnyU2 Linux Distribution configuration
+
+INHERIT += " package_ipk debian"
+
+IMAGE_FSTYPE = "ext2.gz"
diff --git a/conf/unslung.conf b/conf/unslung.conf
index e69de29bb2..fb71f80f3a 100644
--- a/conf/unslung.conf
+++ b/conf/unslung.conf
@@ -0,0 +1,8 @@
+#@TYPE: Distribution
+#@NAME: Unslung Linux
+#@DESCRIPTION: Distribution for packages to be run on the Linksys firmware in the NSLU2
+
+INHERIT += " package_ipk debian"
+PREFERRED_VERSION_glibc ?= "2.2.5"
+PREFERRED_VERSION_glibc-initial ?= "2.2.5"
+IMAGE_FSTYPE = "ext2.gz"