busybox: simplify conditional dependency on librpc
[openwrt.git] / package / busybox / Config.in
index 8353474..7c643e5 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
This page took 0.02191 seconds and 4 git commands to generate.