blob: 06193c91695dfa3c91731e6f766839ac6d247bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#@TYPE: Distribution
#@NAME: SLUGOS-LTU
#@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-ltu"
DISTRO_VERSION ?= "0-beta"
DISTRO_FEED ?= "unstable"
DISTRO_TYPE ?= "alpha"
ARCH_BYTE_SEX = "le"
ARM_INSTRUCTION_SET = "thumb"
TARGET_OS = "linux-uclibc"
include conf/distro/slugos.conf
|