aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/base-files
Commit message (Collapse)AuthorAgeFilesLines
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-83/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: show boot state on intramfs imagesGabor Juhos2010-03-181-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kill hotplug2 before running initFelix Fietkau2008-04-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some redundant codeFelix Fietkau2008-04-201-41/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix initramfs imagesFelix Fietkau2007-11-161-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add udev initilisationFelix Fietkau2007-10-231-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 presentFelix Fietkau2007-10-231-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
* unify sysctl.conf, add extra netfilter options (#1996)Felix Fietkau2007-06-301-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change handling of target/linux/generic-2.x/files to match other targets (#1648)Mike Baker2007-05-101-0/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spamFelix Fietkau2007-04-241-0/+10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7043 3c298f89-4303-0410-b956-a3cf2f4a3e73