summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.16.x.config
Commit message (Collapse)AuthorAgeFilesLines
* busybox: enable CONFIG_FEATURE_MDEV_RENAMEThomas Petazzoni2012-01-021-1/+1
| | | | | | | | | | | | | | | | | Our default mdev.conf file in package/busybox has lines like: pcm.* root:audio 660 =snd/ event[0-9]+ root:root 640 =input/ that are used to create the device is the appropriate /dev subdirectory. However, this feature requires CONFIG_FEATURE_MDEV_RENAME to be enabled, otherwise mdev complains with: mdev: bad line 25 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: disable MTD utils in default configurationThomas Petazzoni2010-05-071-4/+4
| | | | | | | | | | | The MTD utils require MTD headers in the toolchain, and in several external toolchains, they are not present. In order to make the build work by default, let's disable the MTD Busybox applets in our default configuration. Fixes bug #1669 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: add 1.16.x specific defconfigPeter Korsgaard2010-01-311-0/+920
Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>