From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 3 Apr 2011 03:42:14 +0000 (+0000)
Subject: busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50;p=openwrt%2Fstaging%2Faparcar.git

busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC

SVN-Revision: 26437
---

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