projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel.mk: add a new helper for comparing kernel versions, which can take 1 - 4 field...
[openwrt.git]
/
package
/
busybox
/
Config.in
diff --git
a/package/busybox/Config.in
b/package/busybox/Config.in
index
7c643e5
..
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
@@
-20,9
+20,10
@@
config BUSYBOX_CONFIG_HUSH
default n if !NOMMU
config BUSYBOX_USE_LIBRPC
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"
depends USE_UCLIBC
default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC
source "package/busybox/config/Config.in"
-end
menu
+end
if
This page took
0.020449 seconds
and
4
git commands to generate.