diff options
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" |