This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-27 01:11:14 +00:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
1fc4820680
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