summaryrefslogtreecommitdiff
path: root/conf/distro/nslu2-btu.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-10-24 07:46:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-24 07:46:01 +0000
commit5be73c9adf139f70a664e8374a5a85f6a7bf0937 (patch)
tree44eb5107415ec76abbd035e446ee56a39575dd1f /conf/distro/nslu2-btu.conf
parentedcd457d33b9f474b196efa0faadf45a2eeccb75 (diff)
ucslugc, nslu2: formalise different build configs, move to IAL 2.0 and nslu2-kernel
- ucslugc is substantially as before, however the configuration is now - expressed as a specific instance of nslu2-btu.conf (big-endian, thumb, - uclibc). The other six buildable variants of ucslugc have been added - as separate configuration files, all with names of the form 'nslu2-???' - for big vs little, arm vs thumb and glibc vs uclibc. - IAL 2.0 is now in a testable state (reboot works) and so is the default - for all nslu2-??? configurations. - Overridable variables of the form UCSLUGC_* have been replaced with - variables named NSLU2_*
Diffstat (limited to 'conf/distro/nslu2-btu.conf')
-rw-r--r--conf/distro/nslu2-btu.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/nslu2-btu.conf b/conf/distro/nslu2-btu.conf
new file mode 100644
index 0000000000..2e37ebdf91
--- /dev/null
+++ b/conf/distro/nslu2-btu.conf
@@ -0,0 +1,12 @@
+#@TYPE: Distribution
+#@NAME: NSLU2-BTU
+#@DESCRIPTION: Linux Distribution for the NSLU2
+
+# This is not the official DISTRO, so leave the DISTRO parameters unchanged
+# from the defaults in nslu2-dist.conf. Set the build configuration options
+# to b,t,u
+NSLU2_ARCH_TYPE = "b"
+NSLU2_INSTRUCTION_SET = "t"
+NSLU2_OS = "u"
+
+include conf/distro/nslu2-dist.conf