]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: enable microcom
authorRoss Burton <ross@openedhand.com>
Wed, 23 Jul 2008 16:04:50 +0000 (16:04 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 23 Jul 2008 16:04:50 +0000 (16:04 +0000)
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
meta/packages/busybox/busybox_1.9.1.bb

index 770ef6eb129cde36493d8792ac5baafe3be195cc..ad7343e6f8fa64b21884e0685c291818100ef38a 100644 (file)
@@ -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
index acef71827612ce5541e209f96a369002116849e5..5461c0587cfecb783aa10864daab6e53e58359d9 100644 (file)
@@ -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 \