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-Tag: v12.09~4562 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f0b578b13335378390543a0fedea1b3dcd35d436;hp=591cf771431b5ca45f4c16734fdc14c81f8d8f69;p=openwrt-github%2F.git busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26437 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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