This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-02 09:30:38 +02:00
Code
bb8b8ac60f
openwrt-xburst
/
target
/
linux
/
ifxmips
/
nfs
/
base-files
/
etc
/
preinit.arch
6 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[ifxmips] 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-20 20:31:00 +02:00
[ifxmips] cleanup sources and prepare for 2.6.27 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-16 16:07:55 +02:00
grep "/dev/root" /proc/mounts |grep -q nfs && {
echo "- init nfs -"
exec /sbin/init
}
Copy Permalink