diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-20 17:46:13 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-20 17:46:13 +0100 |
commit | d5d5c027ad4fd61de578287ace6e308c4f7f5836 (patch) | |
tree | fd9329ef8e3aeb02682f4e923d657f4506364cd7 /conf/distro/openmoko.conf | |
parent | a86a6c4ab8cbb99b7dd79a44a3756e7cf2e2df80 (diff) | |
parent | 62f7b8ece8a1154fc5ed43d47beec7eb61f543f7 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/distro/openmoko.conf')
-rw-r--r-- | conf/distro/openmoko.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index c038096231..cb1513de4b 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -30,7 +30,7 @@ DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing" AB_DEPLOY_EXTRA ?= "" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}" -DISTRO_INITSCRIPTS = "initscripts-openmoko" +IMAGE_INITSCRIPTS = "initscripts-openmoko" # We try to minimize the distro features in the default image. DISTRO_FEATURES = "wifi ppp alsa ext2 vfat usbhost" |