diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-23 16:04:50 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-23 16:04:50 +0000 |
commit | 09d8aa054f6a854f5c394a787e1c8196303660e3 (patch) | |
tree | 03f5c1ac16623f2b4cd73fa0f3c1fa3787818a5e /meta/packages/busybox | |
parent | c3914033c950d4b5c364100a2450d88636e30e31 (diff) | |
download | openembedded-core-09d8aa054f6a854f5c394a787e1c8196303660e3.tar.gz openembedded-core-09d8aa054f6a854f5c394a787e1c8196303660e3.tar.bz2 openembedded-core-09d8aa054f6a854f5c394a787e1c8196303660e3.zip |
busybox: enable microcom
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4937 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/busybox')
-rw-r--r-- | meta/packages/busybox/busybox-1.9.1/defconfig | 2 | ||||
-rw-r--r-- | 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 \ |