diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2016-11-23 15:14:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-23 23:12:06 +0100 |
commit | 207294ffa9bbc0a01476646ed37afbd866b74191 (patch) | |
tree | 4d513f92840970f381e67e2a33d65531b6f28cdc /package/Config.in | |
parent | 3111f6a5109678fa08be44792b4708fd7d09eb4f (diff) | |
download | buildroot-207294ffa9bbc0a01476646ed37afbd866b74191.tar.gz buildroot-207294ffa9bbc0a01476646ed37afbd866b74191.zip |
makedevs: remove target package
The makedevs package is a fork of the makedevs tool from busybox. It is
part of the Buildroot infrastructure, not something that should be used
on the target. It something like this is needed on the target, upstream
busybox should be used. And if one of the Buildroot-specific features
is needed, then that feature should be upstreamed to busybox.
Besides, there were already two things wrong with the target package:
- it didn't take into account the overlap with busybox (no depends on
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS, no dependency on busybox);
- it didn't take into account the libcap feature.
The target package was introduced more or less accidentally in 81cd9d45
where the intention was to make it more similar to other packages.
So, kill it with fire.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in index b2e1a2a41b..b076dfd8b1 100644 --- a/package/Config.in +++ b/package/Config.in @@ -170,7 +170,6 @@ menu "Filesystem and flash utilities" source "package/genext2fs/Config.in" source "package/genpart/Config.in" source "package/genromfs/Config.in" - source "package/makedevs/Config.in" source "package/mmc-utils/Config.in" source "package/mtd/Config.in" source "package/mtools/Config.in" |