Set IMAGE_FSTYPE to ext2.gz for the unslung and anyu2 distros, for now.
authorChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 02:48:54 +0000 (02:48 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 02:48:54 +0000 (02:48 +0000)
BKrev: 4148ff16uFDyXrg0IzX342A4ZGzHwA

conf/anyu2.conf
conf/unslung.conf

index e69de29..efd3419 100644 (file)
@@ -0,0 +1,7 @@
+#@TYPE: Distribution
+#@NAME: AnyU2
+#@DESCRIPTION: AnyU2 Linux Distribution configuration
+
+INHERIT += " package_ipk debian"
+
+IMAGE_FSTYPE = "ext2.gz"
index e69de29..fb71f80 100644 (file)
@@ -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"