projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git]
/
package
/
shfs
/
Config.in
diff --git
a/package/shfs/Config.in
b/package/shfs/Config.in
index
a6b5093
..
14b1fa3
100644
(file)
--- a/
package/shfs/Config.in
+++ b/
package/shfs/Config.in
@@
-1,6
+1,6
@@
config BR2_PACKAGE_SHFS
tristate "shfs (SHell FileSystem kernel module and utilities)"
- default
n
+ default
m if CONFIG_DEVEL
help
ShFS is a simple and easy to use Linux kernel module which
allows you to mount remote filesystems using a plain shell
This page took
0.024484 seconds
and
4
git commands to generate.