This website requires JavaScript.
Explore
Help
Sign In
EljakimHerrewijnen
/
Openwrt
Watch
1
Star
0
Fork
0
You've already forked Openwrt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0c2e187f54
Openwrt
/
target
/
linux
/
ifxmips
/
nfs
/
base-files
/
etc
/
preinit.arch
6 lines
89 B
Plaintext
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 New Issue
Copy Permalink