summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.16.x.config
AgeCommit message (Collapse)Author
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>