X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fef81766d04c20696865e3f93258a01fdad9dedc..26a7be32ea3aa4dfc8fd6dfc25f5d664999af8a1:/package/busybox/Config.in diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 8353474bc..407e95e1e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,5 +1,5 @@ -menu "Configuration" - depends on PACKAGE_busybox + +if PACKAGE_busybox config BUSYBOX_CONFIG_NOMMU bool @@ -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 +endif