summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* base-files: fix test experession for sysupgradeVasilis Tsiligiannis2009-06-031-1/+1
| | | | SVN-Revision: 16310
* network: prevent unnecessary interface down/up cycles if no mac address ↵Felix Fietkau2009-06-011-2/+3
| | | | | | change is requested SVN-Revision: 16269
* network: do not unnecessarily touch interfaces configured as proto=none; ↵Felix Fietkau2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-151-0/+1
| | | | SVN-Revision: 15865
* base-files: show reboot notification is sysupgradeJo-Philipp Wich2009-05-091-1/+4
| | | | SVN-Revision: 15730
* Add option in sysupgrade to flash gzipped imagesJo-Philipp Wich2009-05-071-3/+6
| | | | SVN-Revision: 15672
* do not run hotplug event for aliasesFelix Fietkau2009-04-131-0/+3
| | | | SVN-Revision: 15224
* - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵Jo-Philipp Wich2009-03-251-2/+9
| | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042
* sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpaJo-Philipp Wich2009-03-241-0/+1
| | | | SVN-Revision: 15028
* sysupgrade: install /bin/sleep into ramdisk too and add completition notice ↵Jo-Philipp Wich2009-03-081-1/+2
| | | | | | (#4747) SVN-Revision: 14784
* Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ↵Jo-Philipp Wich2008-11-171-0/+1
| | | | | | address SVN-Revision: 13258
* make network config script work with brctl from both bridge-utils & busyboxNicolas Thill2008-11-091-1/+1
| | | | SVN-Revision: 13165
* don't bring down interfaces when preparing themFelix Fietkau2008-10-291-2/+2
| | | | SVN-Revision: 13079
* install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)Felix Fietkau2008-09-251-1/+1
| | | | SVN-Revision: 12695
* fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵Felix Fietkau2008-09-231-2/+15
| | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657
* sysupgrade: add optional delay before rebootingFelix Fietkau2008-09-121-0/+1
| | | | SVN-Revision: 12572
* fixes variables, oopsJohn Crispin2008-08-201-1/+1
| | | | SVN-Revision: 12344
* adds the option to have no proto for a interface, usefull if the uci states ↵John Crispin2008-08-201-0/+7
| | | | | | need to be set, but interface bring up is handled somewhere else SVN-Revision: 12343
* add basic interface alias support. for now (since we don't use ip in our ↵Felix Fietkau2008-08-071-37/+80
| | | | | | | | | | | 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
* avoid duplicate vlan add eventsFelix Fietkau2008-08-011-1/+3
| | | | SVN-Revision: 12057
* link default routes added by the network scripts to the appropriate ↵Felix Fietkau2008-07-301-2/+2
| | | | | | interface (#2621) SVN-Revision: 12027
* properly keep track of bridged interfaces in the network stateFelix Fietkau2008-07-301-0/+17
| | | | SVN-Revision: 12004
* fix sysupgrade endian issuesTravis Kemen2008-07-221-1/+1
| | | | SVN-Revision: 11900
* fix sysupgrade 'do_upgrade: not found' errorFelix Fietkau2008-06-041-1/+1
| | | | SVN-Revision: 11362
* fix use of uci_set_state in network scripts (thx, netprince)Felix Fietkau2008-04-071-2/+2
| | | | SVN-Revision: 10763
* fix interface enumeration issues related to /var/state/network (thx to fish ↵Felix Fietkau2008-04-021-3/+13
| | | | | | for debugging this) SVN-Revision: 10715
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-033-361/+1
| | | | SVN-Revision: 10367
* fix ppp issues (thanks to Fatus for debugging this)Felix Fietkau2007-11-301-2/+3
| | | | SVN-Revision: 9634
* Allow specifying static IPv6 gateways (#2710)Florian Fainelli2007-11-161-0/+2
| | | | SVN-Revision: 9569
* add support for interfaces with ipv6, but no ipv4 (patch from #2695)Felix Fietkau2007-11-121-2/+2
| | | | SVN-Revision: 9545
* Turn off stp by default, thanks ejkaFlorian Fainelli2007-10-181-1/+1
| | | | SVN-Revision: 9345
* Turn on stp by default for bridges (#2476)Florian Fainelli2007-10-181-0/+2
| | | | SVN-Revision: 9343
* add clientid to udhcpc thanks pjamaTravis Kemen2007-10-061-1/+2
| | | | SVN-Revision: 9159
* sync awk implementation of config_get_bool with the shell variantFelix Fietkau2007-09-191-2/+2
| | | | SVN-Revision: 8841
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-211-0/+151
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456
* fix a race condition with dynamic interfaces and firewallingFelix Fietkau2007-08-041-0/+1
| | | | SVN-Revision: 8343
* move uci_load into config_load so that changes can be applied via uci ↵Mike Baker2007-07-111-7/+1
| | | | | | without commiting SVN-Revision: 7927
* more wpa+wds patchesMike Baker2007-07-081-1/+1
| | | | SVN-Revision: 7888
* fix a race condition with broadcom wl devices in a bridge if a device is ↵Felix Fietkau2007-07-041-0/+1
| | | | | | added before the bridge is brought up, the wifi settings are lost SVN-Revision: 7872
* fix broadcast address (#1611)Mike Baker2007-06-281-2/+1
| | | | SVN-Revision: 7766
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-161-5/+5
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* more fixesFelix Fietkau2007-06-151-3/+3
| | | | SVN-Revision: 7639
* some shell variable handling fixesFelix Fietkau2007-06-151-1/+1
| | | | SVN-Revision: 7638
* fix typoFelix Fietkau2007-06-151-1/+1
| | | | SVN-Revision: 7637
* allow config_* and uci_* functions to work on files outside of /etc/config - ↵Felix Fietkau2007-06-151-11/+29
| | | | | | these files are assumed to use commands generated by uci_* only (as overlay to regular config files) SVN-Revision: 7636
* keep uci_set from saving things that have not changedTravis Kemen2007-05-161-2/+5
| | | | SVN-Revision: 7259
* Fix ipv6 address assignment (#1622).Eugene Konev2007-05-061-1/+1
| | | | SVN-Revision: 7116
* various patches to add support for ppp over evdo or character devicesMike Baker2007-05-011-0/+2
| | | | SVN-Revision: 7076
* network config: ignore nonexistant interfacesFelix Fietkau2007-04-021-0/+1
| | | | SVN-Revision: 6819
* rename uci-update.awk to uci.awk and add a few config_* functionsFelix Fietkau2007-03-242-20/+53
| | | | SVN-Revision: 6666