summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.17.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: 1.17.x.config: enable microcom appletPeter Korsgaard2010-10-051-1/+1
| | | | | | So we can get rid of the deprecated microcom package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.17.0, convert to gentargets, drop 1.12, deprecate 1.13 and 1.15Gustavo Zacarias2010-07-121-0/+966
Closes #2167 [Peter: fix CONFIG_ID workaround for old uClibcs] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>