set DISTRO="angstrom-2007.1-oabi" to make use of this
--- /dev/null
+require conf/distro/angstrom-2007.1.conf
+
+#this is a special version of angstrom for armv4 based machines that can't do EABI
+#see http://wiki.debian.org/ArmEabiPort for details on that
+
+#set compatible machine so people don't 'accidentally' use this
+COMPATIBLE_MACHINE = "(collie|h3600|h3800|simpad)"
+
+#only glibc based builds are supported ATM
+TARGET_OS = "linux"
+
+FEED_ARCH_collie = "arm"
+FEED_ARCH_h3600 = "arm"
+FEED_ARCH_h3800 = "arm"
+FEED_ARCH_simpad = "arm"
+
+
+
+
+