From 09d8aa054f6a854f5c394a787e1c8196303660e3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Jul 2008 16:04:50 +0000 Subject: [PATCH] busybox: enable microcom git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4937 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/busybox/busybox-1.9.1/defconfig | 2 +- meta/packages/busybox/busybox_1.9.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/packages/busybox/busybox-1.9.1/defconfig b/meta/packages/busybox/busybox-1.9.1/defconfig index 770ef6eb12..ad7343e6f8 100644 --- a/meta/packages/busybox/busybox-1.9.1/defconfig +++ b/meta/packages/busybox/busybox-1.9.1/defconfig @@ -534,7 +534,7 @@ CONFIG_FEATURE_LESS_FLAGS=y # CONFIG_MAKEDEVS is not set # CONFIG_FEATURE_MAKEDEVS_LEAF is not set # CONFIG_FEATURE_MAKEDEVS_TABLE is not set -# CONFIG_MICROCOM is not set +CONFIG_MICROCOM=y # CONFIG_MOUNTPOINT is not set # CONFIG_MT is not set # CONFIG_RAIDAUTORUN is not set diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb index acef718276..5461c0587c 100644 --- a/meta/packages/busybox/busybox_1.9.1.bb +++ b/meta/packages/busybox/busybox_1.9.1.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r6" +PR = "r7" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \