aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/mokoslug.conf
blob: ea20fdd6b66cbbdac42dad93e19032ebaee507cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@--------------------------------------------------------------------
#@TYPE: Distribution
#@NAME: MokoSlug <http://www.nslu2-linux.org>
#@DESCRIPTION: The Linux Server companion for OpenMoko phones
#@MAINTAINER: Rod Whitby <rod@whitby.id.au>
#@--------------------------------------------------------------------

# MokoSlug is based on Angstrom, and would hopefully just be done by features one day ...
require conf/distro/angstrom-2007.1.conf

DISTRO = "mokoslug"
DISTRO_NAME = "MokoSlug"
DISTRO_VERSION = "1.0-alpha"
DISTRO_REVISION = "1"
DISTRO_TYPE = "debug"

MACHINE_FEATURES_append_nslu2 = " bluetooth"

# No room for debug apps in 8MB.
DEBUG_APPS = ""

INHERIT += "nslu2-image"