| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix bug in mount script | mbm | 2007-05-10 | 1 | -2/+3 |
* | cleanup the broadcom preinit.arch | mbm | 2007-05-10 | 1 | -14/+17 |
* | use generic inittab for x86 | mbm | 2007-05-10 | 1 | -0/+1 |
* | unified preinit environment | mbm | 2007-05-10 | 5 | -8/+52 |
* | fix typo | mbm | 2007-05-10 | 1 | -1/+1 |
* | unmount filesystems at shutdown | mbm | 2007-05-10 | 1 | -0/+8 |
* | START/STOP values must be specified in the init script | mbm | 2007-05-10 | 1 | -4/+3 |
* | add K* scripts to be run at shutdown | mbm | 2007-05-10 | 6 | -8/+16 |
* | move syslogd and klogd to init.di/boot script, add remote logging support | mbm | 2007-05-10 | 2 | -9/+4 |
* | fix networking on broadcom and possibly other targets as well (#1658) | nbd | 2007-05-09 | 2 | -11/+9 |
* | Fix ipv6 address assignment (#1622). | ejka | 2007-05-06 | 1 | -1/+1 |
* | use hotplug2 for serializing hotplug events on 2.6 | nbd | 2007-05-05 | 3 | -20/+15 |
* | buggy script; nolonger used | mbm | 2007-05-01 | 1 | -33/+0 |
* | various patches to add support for ppp over evdo or character devices | mbm | 2007-05-01 | 1 | -0/+2 |
* | move the last change to the right place | kaloz | 2007-04-30 | 2 | -1/+1 |
* | set $HOME to /tmp on bootup | kaloz | 2007-04-30 | 1 | -0/+1 |
* | create /dev/root on boot - fixes cf2nand on rb532 | nbd | 2007-04-29 | 1 | -0/+6 |
* | use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam | nbd | 2007-04-24 | 1 | -12/+0 |
* | we can use some more hotplug processes here... | nbd | 2007-04-16 | 1 | -1/+1 |
* | add jffs2_mark_erase function for erasing jffs2 partitions on the next mount ... | nbd | 2007-04-16 | 1 | -0/+10 |
* | fix ifdown hotplug event (#1576) | nbd | 2007-04-15 | 1 | -1/+1 |
* | fix bogus "interface not found" errors in ifup -a (#1580) | nbd | 2007-04-15 | 1 | -1/+1 |
* | remove automounting script for block devices - it's causing more problems tha... | nbd | 2007-04-12 | 1 | -25/+0 |
* | allow scripts to disable config callbacks | nbd | 2007-04-11 | 1 | -2/+2 |
* | use rc.common for usb init script | nbd | 2007-04-06 | 1 | -2/+2 |
* | Add ldd and ldconfig support, template packages derived from gcc and uclibc | florian | 2007-04-03 | 1 | -1/+1 |
* | network config: ignore nonexistant interfaces | nbd | 2007-04-02 | 1 | -0/+1 |
* | move /dev/tun to /dev/net/tun | nbd | 2007-04-01 | 1 | -0/+5 |
* | Limit the number of hotplug childrens | florian | 2007-04-01 | 2 | -3/+3 |
* | /sbin/hotplug-call: export the hotplug event type through the environment for... | nbd | 2007-03-31 | 2 | -2/+4 |
* | Use MiBSD ksh if installed (#1470) | florian | 2007-03-24 | 1 | -0/+2 |
* | rename uci-update.awk to uci.awk and add a few config_* functions | nbd | 2007-03-24 | 3 | -21/+58 |
* | fix uci commit | nbd | 2007-03-24 | 1 | -1/+1 |
* | small cleanup | nbd | 2007-03-24 | 1 | -14/+18 |
* | add an optional parameter to scan_interfaces() that can override the network ... | nbd | 2007-03-19 | 1 | -1/+2 |
* | Move /sys on pivot_root too | ejka | 2007-03-18 | 1 | -0/+1 |
* | upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, renam... | nbd | 2007-03-17 | 1 | -0/+0 |
* | add a new 'option disabled' to wifi-device | mbm | 2007-03-16 | 1 | -17/+10 |
* | Add an 'Image Configuration' menu to menuconfig | nbd | 2007-03-16 | 3 | -1/+22 |
* | add new config option for the hostname in /etc/config/system (fixes #1302, #1... | nbd | 2007-03-06 | 2 | -2/+13 |
* | add vga console support for x86-2.6 images (fixes #1342, #840) | nbd | 2007-03-06 | 1 | -0/+1 |
* | nuke mdev and replace it with hotplug2 :) | nbd | 2007-03-04 | 9 | -14/+17 |
* | only mount sysfs once (thx, ejka) | nbd | 2007-03-04 | 1 | -2/+0 |
* | add failsafe support for x86-2.6 and fix mdev support for platforms using /et... | nbd | 2007-03-03 | 2 | -12/+24 |
* | don't run mdev on hotplug pseudo-events that come from user space | nbd | 2007-03-03 | 1 | -1/+1 |
* | R.I.P. devfs | kaloz | 2007-03-03 | 3 | -1/+8 |
* | make find_mtd_part work without devfs | nbd | 2007-03-02 | 1 | -1/+3 |
* | add support for static routes - based on the patch from #1365 | nbd | 2007-03-02 | 2 | -1/+44 |
* | add support for if{down,up} -a and implement proper start/stop/restart for /e... | nbd | 2007-03-02 | 2 | -2/+22 |
* | make squashfs overlay support more generic and integrate it for x86-2.6 | nbd | 2007-03-02 | 3 | -2/+146 |