From 82569c48fe40088fbb8ae08a962c82aaa904ea05 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 21 Nov 2008 14:36:48 +0000 Subject: busybox: fixup id applet on 1.13.0 for old uclibc versions 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. --- package/busybox/busybox-1.13.x.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/busybox-1.13.x.config') diff --git a/package/busybox/busybox-1.13.x.config b/package/busybox/busybox-1.13.x.config index 7888d9eb7..0846eaf80 100644 --- a/package/busybox/busybox-1.13.x.config +++ b/package/busybox/busybox-1.13.x.config @@ -171,7 +171,7 @@ CONFIG_FOLD=y CONFIG_HEAD=y CONFIG_FEATURE_FANCY_HEAD=y CONFIG_HOSTID=y -# CONFIG_ID is not set +CONFIG_ID=y CONFIG_INSTALL=y CONFIG_FEATURE_INSTALL_LONG_OPTIONS=y CONFIG_LENGTH=y -- cgit v1.2.3