summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2013-09-05 18:26:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-06 00:39:55 -0400
commit3cd1544d73e8e3a37056df97047277e61cf391ea (patch)
tree17298d8ba834eea276d9858a9261b02a800f6936 /recipes-core/busybox/busybox
parent5b7cbf7e0be7bea6e123714354aa124983bb3fe8 (diff)
downloadmeta-virtualization-3cd1544d73e8e3a37056df97047277e61cf391ea.tar.gz
busybox: migrate from defconfig to config fragments.
Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-core/busybox/busybox')
-rw-r--r--recipes-core/busybox/busybox/lspci.cfg1
-rw-r--r--recipes-core/busybox/busybox/lsusb.cfg1
-rw-r--r--recipes-core/busybox/busybox/mdev.cfg6
-rw-r--r--recipes-core/busybox/busybox/mount-cifs.cfg1
-rw-r--r--recipes-core/busybox/busybox/ps-extras.cfg3
5 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox/lspci.cfg b/recipes-core/busybox/busybox/lspci.cfg
new file mode 100644
index 00000000..6458af84
--- /dev/null
+++ b/recipes-core/busybox/busybox/lspci.cfg
@@ -0,0 +1 @@
CONFIG_LSPCI=y
diff --git a/recipes-core/busybox/busybox/lsusb.cfg b/recipes-core/busybox/busybox/lsusb.cfg
new file mode 100644
index 00000000..2aba6ef6
--- /dev/null
+++ b/recipes-core/busybox/busybox/lsusb.cfg
@@ -0,0 +1 @@
CONFIG_LSUSB=y
diff --git a/recipes-core/busybox/busybox/mdev.cfg b/recipes-core/busybox/busybox/mdev.cfg
new file mode 100644
index 00000000..f8d6da82
--- /dev/null
+++ b/recipes-core/busybox/busybox/mdev.cfg
@@ -0,0 +1,6 @@
1CONFIG_MDEV=y
2CONFIG_FEATURE_MDEV_CONF=y
3CONFIG_FEATURE_MDEV_RENAME=y
4CONFIG_FEATURE_MDEV_RENAME_REGEXP=y
5CONFIG_FEATURE_MDEV_EXEC=y
6CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
diff --git a/recipes-core/busybox/busybox/mount-cifs.cfg b/recipes-core/busybox/busybox/mount-cifs.cfg
new file mode 100644
index 00000000..88f0404f
--- /dev/null
+++ b/recipes-core/busybox/busybox/mount-cifs.cfg
@@ -0,0 +1 @@
CONFIG_FEATURE_MOUNT_CIFS=y
diff --git a/recipes-core/busybox/busybox/ps-extras.cfg b/recipes-core/busybox/busybox/ps-extras.cfg
new file mode 100644
index 00000000..74346355
--- /dev/null
+++ b/recipes-core/busybox/busybox/ps-extras.cfg
@@ -0,0 +1,3 @@
1CONFIG_DESKTOP=y
2CONFIG_FEATURE_PS_TIME=y
3CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y