aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin
Commit message (Collapse)AuthorAgeFilesLines
* fix ifup (no longer use the to-be-reverted state of the previous config)Felix Fietkau2008-11-281-3/+15
| | | | SVN-Revision: 13398
* remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵Travis Kemen2008-10-291-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 Fietkau2008-10-291-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 Fietkau2008-10-231-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 Fietkau2008-09-281-1/+15
| | | | SVN-Revision: 12772
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
| | | | SVN-Revision: 12715
* add switch to not save configuration over the reflash in noninteractive modeTravis Kemen2008-09-261-0/+2
| | | | SVN-Revision: 12714
* make option name optionalTravis Kemen2008-09-131-1/+1
| | | | SVN-Revision: 12585
* sysupgrade: add optional delay before rebootingFelix Fietkau2008-09-121-3/+6
| | | | SVN-Revision: 12572
* Prevent unwanted shell expansionSteven Barth2008-09-111-2/+2
| | | | SVN-Revision: 12568
* fixes script that mounts usd storage when it gets attachedJohn Crispin2008-09-081-14/+11
| | | | SVN-Revision: 12548
* fixes usb storage mountingJohn Crispin2008-09-011-1/+1
| | | | SVN-Revision: 12465
* add /etc/firewall.user to be backed up becuase it is an example in ↵Travis Kemen2008-08-161-1/+1
| | | | | | /etc/config/firewall SVN-Revision: 12326
* remove /etc/firewall.* from being kept as they no longer are used in trunkTravis Kemen2008-08-161-1/+1
| | | | SVN-Revision: 12320
* add basic interface alias support. for now (since we don't use ip in our ↵Felix Fietkau2008-08-071-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 Crispin2008-08-041-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 beforeFelix Fietkau2008-08-031-3/+4
| | | | SVN-Revision: 12081
* keep /etc/group over reflash as wellTravis Kemen2008-07-241-1/+1
| | | | SVN-Revision: 11919
* add dropbear keys, passwd and firewall configuration to be saved during reflashTravis Kemen2008-07-241-1/+1
| | | | SVN-Revision: 11912
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-12/+5
| | | | SVN-Revision: 10367
* base-files: suppress error messages in usb-storage scriptGabor Juhos2007-11-041-8/+8
| | | | SVN-Revision: 9498
* fix a few issues with dynamically assigned interfacesFelix Fietkau2007-09-121-0/+2
| | | | SVN-Revision: 8765
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-211-0/+92
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456
* tab/whitespace fixFelix Fietkau2007-08-041-5/+5
| | | | SVN-Revision: 8338
* fix an error messageFelix Fietkau2007-07-221-0/+2
| | | | SVN-Revision: 8109
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-221-0/+19
| | | | SVN-Revision: 8108
* add a workaround for the hostapd killed issue when using more than one wifi ↵Felix Fietkau2007-07-201-0/+1
| | | | | | card (#1928, #2040) SVN-Revision: 8077
* fix usb-storage permissionsMike Baker2007-07-081-0/+0
| | | | SVN-Revision: 7889
* added usb-storage hotplugingJohn Crispin2007-06-201-0/+28
| | | | SVN-Revision: 7684
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-161-0/+6
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* more fixesFelix Fietkau2007-06-153-4/+4
| | | | SVN-Revision: 7639
* mount_root should only mount the rootMike Baker2007-05-311-43/+12
| | | | SVN-Revision: 7418
* Fix set_state preinit stuffFlorian Fainelli2007-05-131-3/+0
| | | | SVN-Revision: 7200
* clean up the mtd unlockingMike Baker2007-05-131-12/+13
| | | | SVN-Revision: 7199
* tweaks for 2M devicesMike Baker2007-05-101-1/+1
| | | | SVN-Revision: 7179
* fix bug in mount scriptMike Baker2007-05-101-2/+3
| | | | SVN-Revision: 7177
* cleanup the broadcom preinit.archMike Baker2007-05-101-14/+17
| | | | SVN-Revision: 7176
* unified preinit environmentMike Baker2007-05-101-4/+18
| | | | SVN-Revision: 7173
* use hotplug2 for serializing hotplug events on 2.6Felix Fietkau2007-05-051-4/+13
| | | | SVN-Revision: 7097
* fix ifdown hotplug event (#1576)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6950
* fix bogus "interface not found" errors in ifup -a (#1580)Felix Fietkau2007-04-151-1/+1
| | | | SVN-Revision: 6949
* Limit the number of hotplug childrensFlorian Fainelli2007-04-011-1/+1
| | | | SVN-Revision: 6804
* /sbin/hotplug-call: export the hotplug event type through the environment ↵Felix Fietkau2007-03-312-2/+4
| | | | | | for hotplug scripts SVN-Revision: 6768
* small cleanupFelix Fietkau2007-03-241-14/+18
| | | | SVN-Revision: 6663
* add a new 'option disabled' to wifi-deviceMike Baker2007-03-161-17/+10
| | | | SVN-Revision: 6576
* add vga console support for x86-2.6 images (fixes #1342, #840)Felix Fietkau2007-03-061-0/+1
| | | | SVN-Revision: 6530
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-043-4/+2
| | | | SVN-Revision: 6512
* only mount sysfs once (thx, ejka)Felix Fietkau2007-03-041-2/+0
| | | | SVN-Revision: 6504
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵Felix Fietkau2007-03-031-11/+22
| | | | | | /etc/preinit SVN-Revision: 6481
* don't run mdev on hotplug pseudo-events that come from user spaceFelix Fietkau2007-03-031-1/+1
| | | | SVN-Revision: 6480