busybox: migrate from defconfig to config fragments.

Signed-off-by: Chris Patterson <cjp256@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Chris Patterson 2013-09-05 18:26:02 -04:00 committed by Bruce Ashfield
parent 5b7cbf7e0b
commit 3cd1544d73
7 changed files with 20 additions and 1010 deletions

View File

@ -0,0 +1 @@
CONFIG_LSPCI=y

View File

@ -0,0 +1 @@
CONFIG_LSUSB=y

View File

@ -0,0 +1,6 @@
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
CONFIG_FEATURE_MDEV_RENAME=y
CONFIG_FEATURE_MDEV_RENAME_REGEXP=y
CONFIG_FEATURE_MDEV_EXEC=y
CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y

View File

@ -0,0 +1 @@
CONFIG_FEATURE_MOUNT_CIFS=y

View File

@ -0,0 +1,3 @@
CONFIG_DESKTOP=y
CONFIG_FEATURE_PS_TIME=y
CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y

View File

@ -1,2 +1,9 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}:${THISDIR}/${PN}-${PV}/${MACHINE}:${THISDIR}/${PN}/${MACHINE}:${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://lspci.cfg \
file://lsusb.cfg \
file://mdev.cfg \
file://mount-cifs.cfg \
file://ps-extras.cfg \
"

File diff suppressed because it is too large Load Diff