diff options
Diffstat (limited to 'conf/distro/slugos-lau.conf')
-rw-r--r-- | conf/distro/slugos-lau.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/distro/slugos-lau.conf b/conf/distro/slugos-lau.conf new file mode 100644 index 0000000000..0866f80763 --- /dev/null +++ b/conf/distro/slugos-lau.conf @@ -0,0 +1,16 @@ +#@TYPE: Distribution +#@NAME: SLUGOS-LAU +#@DESCRIPTION: Linux Distribution for the NSLU2 + +# This slugos variant is not supported - there are no nslu2-linux.org +# regular builds and there is no feed. +DISTRO_NAME ?= "slugos-lau" +DISTRO_VERSION ?= "0-beta" +DISTRO_FEED ?= "unstable" +DISTRO_TYPE ?= "alpha" + +ARCH_BYTE_SEX = "le" +ARM_INSTRUCTION_SET = "arm" +TARGET_OS = "linux-uclibc" + +include conf/distro/slugos.conf |