summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-03 01:55:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-03 01:55:22 +0000
commit5e25adcf4a8bbd1273eebe4b34b7377cb84f96d5 (patch)
tree8f9689aa7083830fba411bbd4d5462aa90e92703 /package/busybox/Config.in
parent8d65fda8a8600a1feab909ba72dce2d49797f10f (diff)
busybox: only add the librpc build dependency for uclibc (#8864)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26429 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 8353474bc..7c643e50d 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -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