summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.16.x.config
AgeCommit message (Collapse)Author
2012-01-02busybox: enable CONFIG_FEATURE_MDEV_RENAMEThomas Petazzoni
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>
2010-05-07busybox: disable MTD utils in default configurationThomas Petazzoni
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>
2010-01-31busybox: add 1.16.x specific defconfigPeter Korsgaard
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>