From: Felix Fietkau Date: Sun, 3 Apr 2011 03:42:14 +0000 (+0000) Subject: busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=59276c387c25164be7d0c0f9714d6fc1a85d8127;ds=sidebyside busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC SVN-Revision: 26437 --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 7c643e50d3..73a3f1a02d 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -20,6 +20,7 @@ config BUSYBOX_CONFIG_HUSH default n if !NOMMU config BUSYBOX_USE_LIBRPC + bool depends USE_UCLIBC default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC