1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 13:38:04 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
nbd
2ac70f21f8 kill hotplug2 before running init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-23 14:30:11 +00:00
nbd
16ddb9350a remove some redundant code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 03:24:43 +00:00
nbd
93f668f049 fix initramfs images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:21 +00:00
nbd
e9a2e58a69 Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 06:23:36 +00:00
nbd
60084f42c7 only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.

This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 06:23:33 +00:00
nbd
61994097f2 unify sysctl.conf, add extra netfilter options (#1996)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 02:59:09 +00:00
mbm
7ab4d88438 change handling of target/linux/generic-2.x/files to match other targets (#1648)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 08:35:48 +00:00
nbd
2d4bdf6086 use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-24 12:05:52 +00:00