git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6d8bf
)
ucslugc.conf: Define DISTRO_TYPE and IMAGE_DEV_MANAGER to be busybox-mdev
author
Khem Raj
<raj.khem@gmail.com>
Wed, 19 Jan 2011 00:10:05 +0000
(16:10 -0800)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 19 Jan 2011 00:10:05 +0000
(16:10 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/ucslugc.conf
patch
|
blob
|
history
diff --git
a/conf/distro/ucslugc.conf
b/conf/distro/ucslugc.conf
index
9ee0586
..
c711809
100644
(file)
--- a/
conf/distro/ucslugc.conf
+++ b/
conf/distro/ucslugc.conf
@@
-3,6
+3,7
@@
#@DESCRIPTION: UcSlugC Linux Distribution for the NSLU2
DISTRO_NAME = "UcSlugC"
+DISTRO_TYPE = "alpha"
IMAGE_BASENAME = "ucslugc"
TARGET_ARCH = "armeb"
ARM_INSTRUCTION_SET = "thumb"
@@
-12,6
+13,7
@@
PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos"
IMAGE_INITSCRIPTS ?= "initscripts-slugos"
LIBC = "uclibc"
+IMAGE_DEV_MANAGER = "busybox-mdev"
require conf/distro/include/slugos.inc
require conf/distro/include/sane-toolchain.inc