This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7570eebcdd
openwrtv3
/
target
/
linux
/
ifxmips
/
nfs
/
base-files
/
etc
/
preinit.arch
6 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
some cleanups: - fix CPUID detection - update MTD map for checks and sysupgrade - enable subtargets (Generic&NFS) for simpler development - generic cleanups (e.g. from linux checkpatch.pl) SVN-Revision: 13295
2008-11-20 18:31:00 +00:00
cleanup sources and prepare for 2.6.27 SVN-Revision: 13660
2008-12-16 14:07:55 +00:00
grep "/dev/root" /proc/mounts |grep -q nfs && {
echo "- init nfs -"
exec /sbin/init
}
Reference in a new issue
Copy permalink