Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use block events for the mounting/unmounting of external storage devices. ↵ | Jose Vasconcellos | 2009-01-30 | 1 | -25/+0 |
| | | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289 | ||||
* | fix ifup (no longer use the to-be-reverted state of the previous config) | Felix Fietkau | 2008-11-28 | 1 | -3/+15 |
| | | | | SVN-Revision: 13398 | ||||
* | remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵ | Travis Kemen | 2008-10-29 | 1 | -0/+1 |
| | | | | | | servers no longer in the config get cleared SVN-Revision: 13082 | ||||
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵ | Felix Fietkau | 2008-10-29 | 1 | -0/+2 |
| | | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 | ||||
* | make sure that the dhcp client (or other processes necessary to get a ↵ | Felix Fietkau | 2008-10-23 | 1 | -0/+1 |
| | | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026 | ||||
* | add option in sysupgrade to restore config from file or URL (patch from #4043) | Felix Fietkau | 2008-09-28 | 1 | -1/+15 |
| | | | | SVN-Revision: 12772 | ||||
* | fix typo from last sysupgrade commit | Felix Fietkau | 2008-09-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 12715 | ||||
* | add switch to not save configuration over the reflash in noninteractive mode | Travis Kemen | 2008-09-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 12714 | ||||
* | make option name optional | Travis Kemen | 2008-09-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 12585 | ||||
* | sysupgrade: add optional delay before rebooting | Felix Fietkau | 2008-09-12 | 1 | -3/+6 |
| | | | | SVN-Revision: 12572 | ||||
* | Prevent unwanted shell expansion | Steven Barth | 2008-09-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 12568 | ||||
* | fixes script that mounts usd storage when it gets attached | John Crispin | 2008-09-08 | 1 | -14/+11 |
| | | | | SVN-Revision: 12548 | ||||
* | fixes usb storage mounting | John Crispin | 2008-09-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12465 | ||||
* | add /etc/firewall.user to be backed up becuase it is an example in ↵ | Travis Kemen | 2008-08-16 | 1 | -1/+1 |
| | | | | | | /etc/config/firewall SVN-Revision: 12326 | ||||
* | remove /etc/firewall.* from being kept as they no longer are used in trunk | Travis Kemen | 2008-08-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 12320 | ||||
* | add basic interface alias support. for now (since we don't use ip in our ↵ | Felix Fietkau | 2008-08-07 | 1 | -1/+5 |
| | | | | | | | | | | | network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 SVN-Revision: 12241 | ||||
* | add uci led support - /etc/config/system can hold led info which is applied ↵ | John Crispin | 2008-08-04 | 1 | -0/+25 |
| | | | | | | at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104 | ||||
* | network scripts: revert the network state after running ifdown, not before | Felix Fietkau | 2008-08-03 | 1 | -3/+4 |
| | | | | SVN-Revision: 12081 | ||||
* | keep /etc/group over reflash as well | Travis Kemen | 2008-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 11919 | ||||
* | add dropbear keys, passwd and firewall configuration to be saved during reflash | Travis Kemen | 2008-07-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 11912 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 2 | -12/+5 |
| | | | | SVN-Revision: 10367 | ||||
* | base-files: suppress error messages in usb-storage script | Gabor Juhos | 2007-11-04 | 1 | -8/+8 |
| | | | | SVN-Revision: 9498 | ||||
* | fix a few issues with dynamically assigned interfaces | Felix Fietkau | 2007-09-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 8765 | ||||
* | add sysupgrade script for config preserving system upgrades. only ↵ | Felix Fietkau | 2007-08-21 | 1 | -0/+92 |
| | | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456 | ||||
* | tab/whitespace fix | Felix Fietkau | 2007-08-04 | 1 | -5/+5 |
| | | | | SVN-Revision: 8338 | ||||
* | fix an error message | Felix Fietkau | 2007-07-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 8109 | ||||
* | keep track of the wifi interface state in /var/state/wireless | Felix Fietkau | 2007-07-22 | 1 | -0/+19 |
| | | | | SVN-Revision: 8108 | ||||
* | add a workaround for the hostapd killed issue when using more than one wifi ↵ | Felix Fietkau | 2007-07-20 | 1 | -0/+1 |
| | | | | | | card (#1928, #2040) SVN-Revision: 8077 | ||||
* | fix usb-storage permissions | Mike Baker | 2007-07-08 | 1 | -0/+0 |
| | | | | SVN-Revision: 7889 | ||||
* | added usb-storage hotpluging | John Crispin | 2007-06-20 | 1 | -0/+28 |
| | | | | SVN-Revision: 7684 | ||||
* | keep track of the network interface states (stored in uci format in ↵ | Felix Fietkau | 2007-06-16 | 1 | -0/+6 |
| | | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643 | ||||
* | more fixes | Felix Fietkau | 2007-06-15 | 3 | -4/+4 |
| | | | | SVN-Revision: 7639 | ||||
* | mount_root should only mount the root | Mike Baker | 2007-05-31 | 1 | -43/+12 |
| | | | | SVN-Revision: 7418 | ||||
* | Fix set_state preinit stuff | Florian Fainelli | 2007-05-13 | 1 | -3/+0 |
| | | | | SVN-Revision: 7200 | ||||
* | clean up the mtd unlocking | Mike Baker | 2007-05-13 | 1 | -12/+13 |
| | | | | SVN-Revision: 7199 | ||||
* | tweaks for 2M devices | Mike Baker | 2007-05-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 7179 | ||||
* | fix bug in mount script | Mike Baker | 2007-05-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 7177 | ||||
* | cleanup the broadcom preinit.arch | Mike Baker | 2007-05-10 | 1 | -14/+17 |
| | | | | SVN-Revision: 7176 | ||||
* | unified preinit environment | Mike Baker | 2007-05-10 | 1 | -4/+18 |
| | | | | SVN-Revision: 7173 | ||||
* | use hotplug2 for serializing hotplug events on 2.6 | Felix Fietkau | 2007-05-05 | 1 | -4/+13 |
| | | | | SVN-Revision: 7097 | ||||
* | fix ifdown hotplug event (#1576) | Felix Fietkau | 2007-04-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 6950 | ||||
* | fix bogus "interface not found" errors in ifup -a (#1580) | Felix Fietkau | 2007-04-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 6949 | ||||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 6804 | ||||
* | /sbin/hotplug-call: export the hotplug event type through the environment ↵ | Felix Fietkau | 2007-03-31 | 2 | -2/+4 |
| | | | | | | for hotplug scripts SVN-Revision: 6768 | ||||
* | small cleanup | Felix Fietkau | 2007-03-24 | 1 | -14/+18 |
| | | | | SVN-Revision: 6663 | ||||
* | add a new 'option disabled' to wifi-device | Mike Baker | 2007-03-16 | 1 | -17/+10 |
| | | | | SVN-Revision: 6576 | ||||
* | add vga console support for x86-2.6 images (fixes #1342, #840) | Felix Fietkau | 2007-03-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 6530 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 3 | -4/+2 |
| | | | | SVN-Revision: 6512 | ||||
* | only mount sysfs once (thx, ejka) | Felix Fietkau | 2007-03-04 | 1 | -2/+0 |
| | | | | SVN-Revision: 6504 | ||||
* | add failsafe support for x86-2.6 and fix mdev support for platforms using ↵ | Felix Fietkau | 2007-03-03 | 1 | -11/+22 |
| | | | | | | /etc/preinit SVN-Revision: 6481 |