| Commit message (Expand) | Author | Age | Files | Lines |
* | reset CONFIG_SECTION when calling config_load | nbd | 2006-10-28 | 1 | -0/+1 |
* | add lookup function for mtd parts | nbd | 2006-10-26 | 1 | -0/+7 |
* | use lock to remove race conditions in bringing up ppp and dhcp that would lea... | nbd | 2006-10-26 | 2 | -3/+18 |
* | make network scripts more robust, prevent multiple instances of pppd and udhc... | nbd | 2006-10-24 | 3 | -21/+22 |
* | remove an obsolete function | nbd | 2006-10-24 | 1 | -7/+0 |
* | fix typo | nbd | 2006-10-23 | 2 | -2/+2 |
* | template.awk fix processing of certain config file formats | nbd | 2006-10-20 | 1 | -3/+3 |
* | move /usr/lib/parse-config.awk to /lib/config/template.awk | nbd | 2006-10-20 | 1 | -0/+0 |
* | remove support for obsolete /etc/modules file | nbd | 2006-10-16 | 1 | -1/+1 |
* | remove nvram.sh | nbd | 2006-10-16 | 1 | -19/+0 |
* | fix typo | nbd | 2006-10-15 | 1 | -1/+1 |
* | init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname... | nbd | 2006-10-15 | 7 | -5/+17 |
* | fix error message | nbd | 2006-10-15 | 1 | -1/+1 |
* | remove all broadcom interfaces from bridges and bring them down completely wh... | nbd | 2006-10-15 | 2 | -7/+17 |
* | add protection for bridging interface changes | nbd | 2006-10-15 | 1 | -0/+7 |
* | implement simple device autodetection for wifi drivers | nbd | 2006-10-15 | 2 | -11/+53 |
* | save the real configured interface name in the 'device' variable when running... | nbd | 2006-10-09 | 2 | -5/+3 |
* | add new /bin/uci script and api for manipulating buildroot-ng config files | nbd | 2006-10-09 | 4 | -1/+478 |
* | fix shell escaping bug in append() function | nbd | 2006-10-09 | 1 | -1/+1 |
* | add 1 second delay for natsemi ifup (sometimes won't come up otherwise) | nbd | 2006-10-09 | 1 | -0/+3 |
* | fix a small bug in the parse-config script | nbd | 2006-10-08 | 1 | -1/+1 |
* | minor cleanup | nbd | 2006-10-06 | 1 | -5/+2 |
* | hide enable/disable functions, not active yet | nbd | 2006-10-04 | 1 | -4/+0 |
* | fix displayed name in init script help text | nbd | 2006-10-04 | 1 | -1/+1 |
* | add new rc.common for standardized init scripts, convert existing init scripts | nbd | 2006-10-04 | 8 | -51/+148 |
* | don't recreate the resolv.conf file from the dhcp script if no dhcp server is... | nbd | 2006-10-03 | 1 | -7/+9 |
* | use absolute paths in include() shell function | nbd | 2006-09-24 | 6 | -6/+6 |
* | bring up loopback by default | mbm | 2006-09-15 | 1 | -0/+8 |
* | change more to less | mbm | 2006-09-07 | 1 | -1/+1 |
* | fix ipcalc (off by 1) | nbd | 2006-09-03 | 1 | -2/+1 |
* | add default /etc/config/network | nbd | 2006-08-30 | 1 | -0/+5 |
* | change hotplug trigger to a simpler awk command | mbm | 2006-08-27 | 1 | -1/+2 |
* | fix minor typo & move loopback to network config | mbm | 2006-08-27 | 2 | -5/+1 |
* | fix find_config() in the network scripts | nbd | 2006-08-27 | 1 | -2/+5 |
* | clean up hotplug mounting scripts | mbm | 2006-08-26 | 3 | -52/+59 |
* | revert to using *_ifnames internally, too many problems with firewall, ppp, e... | nbd | 2006-08-24 | 3 | -6/+17 |
* | default value for *_device in scan_interfaces | nbd | 2006-08-24 | 1 | -0/+3 |
* | fix remaining *_ifnames references | nbd | 2006-08-24 | 2 | -13/+3 |
* | change 'ifnames' to 'ifname' in network config, fix #697 | nbd | 2006-08-23 | 1 | -22/+8 |
* | fix typo | nbd | 2006-08-19 | 1 | -1/+1 |
* | fix ppp related bug in the network scripts | nbd | 2006-08-04 | 1 | -1/+2 |
* | fix typo | nbd | 2006-08-01 | 1 | -1/+1 |
* | fix more instances of '' abuse | nbd | 2006-07-30 | 4 | -23/+23 |
* | rewrite of the network scripts and configuration | nbd | 2006-07-30 | 10 | -240/+227 |
* | avoid using a reserved word as a variable name | nbd | 2006-07-29 | 1 | -3/+3 |
* | fix unnamed config sections | nbd | 2006-07-29 | 1 | -6/+15 |
* | use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.conf | nbd | 2006-07-25 | 1 | -0/+2 |
* | sync the sysctls with whiterussian, and tune the conntrack timeouts | kaloz | 2006-07-17 | 1 | -1/+5 |
* | add copyright headers to base-files scripts and config files | nbd | 2006-06-27 | 19 | -0/+37 |
* | don't rely on temporary variables in config() as they may get overwritten by ... | nbd | 2006-06-26 | 1 | -5/+3 |