busybox: only add the librpc build dependency for uclibc (#8864)
[openwrt-working-2016/.git] / package / busybox / Config.in
index 8353474bcdb484d4467eb44a182318a8901ff6f7..7c643e50d3fc04c17fa9f523b502ea35dff47dff 100644 (file)
@@ -19,6 +19,10 @@ config BUSYBOX_CONFIG_HUSH
        default y if NOMMU
        default n if !NOMMU
 
+config BUSYBOX_USE_LIBRPC
+       depends USE_UCLIBC
+       default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
+
 source "package/busybox/config/Config.in"
 
 endmenu