summaryrefslogtreecommitdiffstats
path: root/package/busybox/busybox-1.13.x.config
Commit message (Collapse)AuthorAgeFilesLines
* busybox: fixup id applet on 1.13.0 for old uclibc versionsPeter Korsgaard2008-11-211-1/+1
| | | | | | | | The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the busybox internal passwd/grp functions are used. Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation is detected and warn the user.
* busybox: disable id applet for 1.13.xPeter Korsgaard2008-11-151-0/+869
busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.