| Commit message (Expand) | Author | Age | Files | Lines |
* | move input device nodes to /dev/input | nbd | 2009-03-09 | 1 | -0/+5 |
* | [package] sysupgrade: install /bin/sleep into ramdisk too and add completitio... | jow | 2009-03-08 | 1 | -1/+2 |
* | [base-files]: On shutdown disabled every mounted swap device. | hauke | 2009-03-07 | 1 | -0/+1 |
* | [package] base-files: allow option dns to override dhcp assigned dns servers | jow | 2009-02-19 | 1 | -9/+24 |
* | [base-files] allow specifying port where to log (#2019) | florian | 2009-02-03 | 1 | -1/+2 |
* | Use block events for the mounting/unmounting of external storage devices. | matein4 | 2009-01-30 | 5 | -38/+45 |
* | [package] increase default size of the connection tracking table, thanks Marc | florian | 2009-01-30 | 1 | -0/+1 |
* | fix $HOME in /etc/profile (#4424) | nbd | 2009-01-07 | 1 | -1/+2 |
* | package/base-files: fix chmod of /tmp/.uci, bump package revision | jow | 2009-01-06 | 1 | -1/+1 |
* | allow ipv4 routes without gateway in configuration | jow | 2008-12-22 | 1 | -2/+4 |
* | package/base-files: allow ipv6 routes without gateway specified | jow | 2008-11-28 | 1 | -1/+1 |
* | fix up the network ifname in the network state when receiving iface/ifup events | nbd | 2008-11-28 | 1 | -0/+1 |
* | fix ifup (no longer use the to-be-reverted state of the previous config) | nbd | 2008-11-28 | 1 | -3/+15 |
* | Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ad... | jow | 2008-11-17 | 1 | -0/+1 |
* | make network config script work with brctl from both bridge-utils & busybox | nico | 2008-11-09 | 1 | -1/+1 |
* | remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns serve... | thepeople | 2008-10-29 | 1 | -0/+1 |
* | don't bring down interfaces when preparing them | nbd | 2008-10-29 | 1 | -2/+2 |
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes when... | nbd | 2008-10-29 | 1 | -0/+2 |
* | make sure that the dhcp client (or other processes necessary to get a connect... | nbd | 2008-10-23 | 1 | -0/+1 |
* | add option in sysupgrade to restore config from file or URL (patch from #4043) | nbd | 2008-09-28 | 1 | -1/+15 |
* | fix typo from last sysupgrade commit | nbd | 2008-09-26 | 1 | -1/+1 |
* | add switch to not save configuration over the reflash in noninteractive mode | thepeople | 2008-09-26 | 1 | -0/+2 |
* | install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins) | nbd | 2008-09-25 | 1 | -1/+1 |
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type '... | nbd | 2008-09-23 | 1 | -1/+5 |
* | make links to statup scripts in /etc/rc.d relative | nico | 2008-09-23 | 1 | -2/+2 |
* | fix sysupgrade support for brcm-2.4 and brcm47xx | nbd | 2008-09-23 | 1 | -2/+15 |
* | make option name optional | thepeople | 2008-09-13 | 2 | -3/+3 |
* | sysupgrade: add optional delay before rebooting | nbd | 2008-09-12 | 2 | -3/+7 |
* | Prevent unwanted shell expansion | cyrus | 2008-09-11 | 1 | -2/+2 |
* | fixes script that mounts usd storage when it gets attached | blogic | 2008-09-08 | 1 | -14/+11 |
* | fixes usb storage mounting | blogic | 2008-09-01 | 1 | -1/+1 |
* | fix a race condition which would leave dnsmasq in infinite resolving recursio... | nbd | 2008-08-28 | 1 | -0/+1 |
* | fixes broken if-then in led init script | blogic | 2008-08-27 | 1 | -2/+3 |
* | Use busybox mount, could be overriden to use util-linux-ng for instance, than... | florian | 2008-08-25 | 1 | -0/+1 |
* | upgrade to uci 0.5.0, adds list handling support | nbd | 2008-08-20 | 1 | -1/+34 |
* | disable ipv6 systcl call, as ipv6 is not enabled by default | nico | 2008-08-20 | 1 | -4/+4 |
* | fixes variables, oops | blogic | 2008-08-20 | 1 | -1/+1 |
* | adds the option to have no proto for a interface, usefull if the uci states n... | blogic | 2008-08-20 | 1 | -0/+7 |
* | enable TCP ECN by default (see #3001 for more information) | nbd | 2008-08-17 | 1 | -0/+1 |
* | add /etc/firewall.user to be backed up becuase it is an example in /etc/confi... | thepeople | 2008-08-16 | 1 | -1/+1 |
* | remove /etc/firewall.* from being kept as they no longer are used in trunk | thepeople | 2008-08-16 | 1 | -1/+1 |
* | make opkg the default package manager, disable busybox ipkg from building by ... | thepeople | 2008-08-16 | 2 | -5/+1 |
* | Fix negative calculation of the tmpfs for devices with few RAM (#3557) | florian | 2008-08-14 | 1 | -1/+1 |
* | remove /etc/functions.sh call from led hotplug script | blogic | 2008-08-14 | 1 | -2/+0 |
* | add basic interface alias support. | nbd | 2008-08-07 | 2 | -38/+85 |
* | added support for the timer-trigger to uci LED support | cyrus | 2008-08-07 | 1 | -0/+8 |
* | allow ctrl-c to trigger preinit | mbm | 2008-08-07 | 1 | -0/+2 |
* | add uci led support | blogic | 2008-08-04 | 2 | -0/+70 |
* | work aroung error message during boot if swapon is nt installed | blogic | 2008-08-04 | 1 | -1/+1 |
* | network scripts: revert the network state after running ifdown, not before | nbd | 2008-08-03 | 1 | -3/+4 |