aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-10 18:06:03 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-10 18:06:03 +0200
commit24ed3287fee7fde8807e4cf81c35ffbd9dfcbc07 (patch)
treeba5d441c556ad5257ff72548074ae299b21a8953 /conf/distro
parent07b7b39348d8dcd891eac88dd86f1d075050cb0f (diff)
downloadopenembedded-24ed3287fee7fde8807e4cf81c35ffbd9dfcbc07.tar.gz
mokoslug.conf: removed distro
approved by mwester and rwhitby on irc Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/mokoslug.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/conf/distro/mokoslug.conf b/conf/distro/mokoslug.conf
deleted file mode 100644
index 1fba9e6a74..0000000000
--- a/conf/distro/mokoslug.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-#@--------------------------------------------------------------------
-#@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-2008.1.conf
-
-DISTRO_NAME = "MokoSlug"
-DISTRO_VERSION = "1.0-alpha"
-DISTRO_REVISION = "1"
-DISTRO_TYPE = "debug"
-
-MACHINE_TASK_PROVIDER = "task-boot dropbear"
-MACHINE_TASK_PROVIDER_append_nslu2 = " sysconf"
-
-# Even though the NSLU2 does not have built-in bluetooth,
-# we assume that a MokoSlug gateway has a bluetooth dongle.
-MACHINE_FEATURES_append_nslu2 = " bluetooth"
-
-# No room for debug apps on an NSLU2.
-DEBUG_APPS_nslu2 = ""
-
-# No room for a kernel image on an NSLU2.
-IMAGE_PREPROCESS_COMMAND_append_nslu2 = "rm ${IMAGE_ROOTFS}/boot/zImage*;"