diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 07:46:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 07:46:01 +0000 |
commit | 5be73c9adf139f70a664e8374a5a85f6a7bf0937 (patch) | |
tree | 44eb5107415ec76abbd035e446ee56a39575dd1f /conf/distro/nslu2-lag.conf | |
parent | edcd457d33b9f474b196efa0faadf45a2eeccb75 (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-lag.conf')
-rw-r--r-- | conf/distro/nslu2-lag.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/nslu2-lag.conf b/conf/distro/nslu2-lag.conf new file mode 100644 index 0000000000..9e9a4bbf8e --- /dev/null +++ b/conf/distro/nslu2-lag.conf @@ -0,0 +1,12 @@ +#@TYPE: Distribution +#@NAME: NSLU2-LAG +#@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 = "l" +NSLU2_INSTRUCTION_SET = "a" +NSLU2_OS = "g" + +include conf/distro/nslu2-dist.conf |