diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 03:42:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 03:42:14 +0000 |
commit | 25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50 (patch) | |
tree | d35299820e29245329a7829a441a21833a3fecfa | |
parent | 61485f6491a498c2183a4e53e0dcd8cedf14ca91 (diff) | |
download | upstream-25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50.tar.gz upstream-25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50.tar.bz2 upstream-25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50.zip |
busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
SVN-Revision: 26437
-rw-r--r-- | package/busybox/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |