projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a gpio feature for devices supporting the generic GPIO interface
[openwrt.git]
/
target
/
linux
/
x86
/
base-files
/
etc
/
preinit.arch
diff --git
a/target/linux/x86/base-files/etc/preinit.arch
b/target/linux/x86/base-files/etc/preinit.arch
index
f29f0d4
..
00db8b4
100644
(file)
--- a/
target/linux/x86/base-files/etc/preinit.arch
+++ b/
target/linux/x86/base-files/etc/preinit.arch
@@
-1,2
+1,2
@@
mount -t proc none /proc
-grep 'failsafe=' /proc/cmdline && export FAILSAFE=true
+grep 'failsafe=' /proc/cmdline
> /dev/null
&& export FAILSAFE=true
This page took
0.034187 seconds
and
4
git commands to generate.