diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-14 09:21:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-14 09:21:54 +0000 |
commit | 0fa0ed3abc792d3dfbff603e0a7de254c36a488a (patch) | |
tree | 3a819ea85a8890dc2538da7f7bf2c1e3ff28cf77 /conf | |
parent | 33d3eea9640f549fca1e6acd1c2d844a71ac1971 (diff) | |
parent | d6646a84fbd67e3b261d46768cbb1e1ab1399fb7 (diff) |
merge of 'b4e2c715e288ee539982fb926cb04f251d14ddcb'
and 'c3e49db4e23d7e4c30cca6944348c6c969afed7e'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mokoslug.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/distro/mokoslug.conf b/conf/distro/mokoslug.conf new file mode 100644 index 0000000000..c2c6857831 --- /dev/null +++ b/conf/distro/mokoslug.conf @@ -0,0 +1,20 @@ +#@-------------------------------------------------------------------- +#@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 = "" |