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 | poky-09d8aa054f6a854f5c394a787e1c8196303660e3.tar.gz |
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 | |||
534 | # CONFIG_MAKEDEVS is not set | 534 | # CONFIG_MAKEDEVS is not set |
535 | # CONFIG_FEATURE_MAKEDEVS_LEAF is not set | 535 | # CONFIG_FEATURE_MAKEDEVS_LEAF is not set |
536 | # CONFIG_FEATURE_MAKEDEVS_TABLE is not set | 536 | # CONFIG_FEATURE_MAKEDEVS_TABLE is not set |
537 | # CONFIG_MICROCOM is not set | 537 | CONFIG_MICROCOM=y |
538 | # CONFIG_MOUNTPOINT is not set | 538 | # CONFIG_MOUNTPOINT is not set |
539 | # CONFIG_MT is not set | 539 | # CONFIG_MT is not set |
540 | # CONFIG_RAIDAUTORUN is not set | 540 | # 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 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r6" | 2 | PR = "r7" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |
5 | http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \ | 5 | http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \ |