From 25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 3 Apr 2011 03:42:14 +0000
Subject: [PATCH] busybox: add missing kconfig symbol type for
 BUSYBOX_USE_LIBRPC

SVN-Revision: 26437
---
 package/busybox/Config.in | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
GitLab