diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-17 17:01:35 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-17 17:01:35 +0000 |
commit | 1a7668c797a0ce8728190d641c3a87d2e9ee312a (patch) | |
tree | 0322b359319dbac4e032dbf24e00c97f77bb05be /conf/distro/include | |
parent | 6e321f8e4907d1f55ccc0635329d4691f720b9e2 (diff) | |
parent | 0109254b9a31629c8941ffbdb5e4039a6d64de73 (diff) |
merge of '161f25ff852644b094fb04a166a56a41156e3f66'
and '2f7cdf8eacd78e273744583cd918480d48f69dc8'
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 6605fff3e8..2176f8bb70 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -21,7 +21,8 @@ MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" #use ipkg package format with debian style naming #use multimachine buildrules -INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors insane" +INHERIT += "package_ipk debian multimachine sanity devshell angstrom-mirrors" +#INHERIT += "insane" #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable PREFERRED_PROVIDER_qemu-native = "qemu-native" |