From d7bcc4f8157bc1aa9d2e86bb3a216ce48f65d13f Mon Sep 17 00:00:00 2001 From: Hadrien Boutteville Date: Sun, 1 Jun 2014 19:37:27 +0200 Subject: [PATCH] busybox: add fbset to default configs Some drivers (like ti-gfx) need fbset and we can't select it when we use BusyBox because it is provided by BusyBox and as a package. Signed-off-by: Hadrien Boutteville Acked-by: "Yann E. MORIN" Acked-by: "Spenser Gilliland" Signed-off-by: Peter Korsgaard --- package/busybox/busybox-1.19.x.config | 6 +++--- package/busybox/busybox-1.20.x.config | 6 +++--- package/busybox/busybox-1.21.x.config | 6 +++--- package/busybox/busybox-1.22.x.config | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package/busybox/busybox-1.19.x.config b/package/busybox/busybox-1.19.x.config index bf5e8df76..08e14c789 100644 --- a/package/busybox/busybox-1.19.x.config +++ b/package/busybox/busybox-1.19.x.config @@ -525,9 +525,9 @@ CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FBSET=y +CONFIG_FEATURE_FBSET_FANCY=y +CONFIG_FEATURE_FBSET_READMODE=y CONFIG_FDFLUSH=y CONFIG_FDFORMAT=y # CONFIG_FDISK is not set diff --git a/package/busybox/busybox-1.20.x.config b/package/busybox/busybox-1.20.x.config index 55254343f..085d43ca8 100644 --- a/package/busybox/busybox-1.20.x.config +++ b/package/busybox/busybox-1.20.x.config @@ -539,9 +539,9 @@ CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FBSET=y +CONFIG_FEATURE_FBSET_FANCY=y +CONFIG_FEATURE_FBSET_READMODE=y CONFIG_FDFLUSH=y CONFIG_FDFORMAT=y # CONFIG_FDISK is not set diff --git a/package/busybox/busybox-1.21.x.config b/package/busybox/busybox-1.21.x.config index e46b528ab..fbae26e29 100644 --- a/package/busybox/busybox-1.21.x.config +++ b/package/busybox/busybox-1.21.x.config @@ -541,9 +541,9 @@ CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FBSET=y +CONFIG_FEATURE_FBSET_FANCY=y +CONFIG_FEATURE_FBSET_READMODE=y CONFIG_FDFLUSH=y CONFIG_FDFORMAT=y # CONFIG_FDISK is not set diff --git a/package/busybox/busybox-1.22.x.config b/package/busybox/busybox-1.22.x.config index e8db3bcc7..544b82f54 100644 --- a/package/busybox/busybox-1.22.x.config +++ b/package/busybox/busybox-1.22.x.config @@ -544,9 +544,9 @@ CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FBSET=y +CONFIG_FEATURE_FBSET_FANCY=y +CONFIG_FEATURE_FBSET_READMODE=y CONFIG_FDFLUSH=y CONFIG_FDFORMAT=y # CONFIG_FDISK is not set