projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: disable btcoex again after it got re-enabled by the update
[openwrt.git]
/
package
/
busybox
/
Config.in
diff --git
a/package/busybox/Config.in
b/package/busybox/Config.in
index
8353474
..
407e95e
100644
(file)
--- 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
config BUSYBOX_CONFIG_NOMMU
bool
@@
-19,6
+19,11
@@
config BUSYBOX_CONFIG_HUSH
default y if NOMMU
default n if !NOMMU
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"
source "package/busybox/config/Config.in"
-end
menu
+end
if
This page took
0.024895 seconds
and
4
git commands to generate.