busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
[openwrt-working-2016/.git] / package / busybox / Config.in
index 8353474bcdb484d4467eb44a182318a8901ff6f7..73a3f1a02d1ef694b9a4938dec5aa40eaf33a9d7 100644 (file)
@@ -19,6 +19,11 @@ config BUSYBOX_CONFIG_HUSH
        default y if NOMMU
        default n if !NOMMU
 
+config BUSYBOX_USE_LIBRPC
+       bool
+       depends USE_UCLIBC
+       default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
+
 source "package/busybox/config/Config.in"
 
 endmenu