Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add udev initilisation | nbd | 2007-10-23 | 1 | -0/+14 |
| | | | | | | | | | | | | 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 | ||||
* | only do hotplug2 init if hotplug2 is present | nbd | 2007-10-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | 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 | ||||
* | change handling of target/linux/generic-2.x/files to match other targets (#1648) | mbm | 2007-05-10 | 1 | -0/+93 |
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7158 3c298f89-4303-0410-b956-a3cf2f4a3e73 |