aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-09 21:38:52 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-09 21:38:52 +0000
commit0930734e736aeb768e9ffe40271a78d0f5af510b (patch)
tree98d20d1eda76abede78b111980d5c40ca916a050 /conf
parentb6ae1290d940b748aea399d57506e7cb853980a2 (diff)
parentd5da9fdead78ced73cb0afa793dafb22c0dd86fd (diff)
downloadopenembedded-0930734e736aeb768e9ffe40271a78d0f5af510b.tar.gz
merge of 'a3a6b606f8696b6f5cbfbee341c9dd0a91033a49'
and 'cc41b5c73fe6e7b86bf9d57e9eacc0a32e449782'
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/mokoslug.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/conf/distro/mokoslug.conf b/conf/distro/mokoslug.conf
index ea20fdd6b6..01ab62c6e6 100644
--- a/conf/distro/mokoslug.conf
+++ b/conf/distro/mokoslug.conf
@@ -14,9 +14,16 @@ DISTRO_VERSION = "1.0-alpha"
DISTRO_REVISION = "1"
DISTRO_TYPE = "debug"
+MACHINE_TASK_PROVIDER = "task-mokogateway-everything"
+
+# 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 in 8MB.
-DEBUG_APPS = ""
+# 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*;"
-INHERIT += "nslu2-image" \ No newline at end of file
+INHERIT_append_nslu2 = "nslu2-image" \ No newline at end of file