summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/lib
Commit message (Expand)AuthorAgeFilesLines
* make sure udhcpc is spawned as a background process (use eval)nbd2006-11-091-1/+1
* add support for -t 0 (infinite retry) in busybox udhcpc and use it in the net...nbd2006-11-091-1/+1
* fix ifup hotplug event for staticnbd2006-11-091-1/+1
* add config option for autostart of network interfacesnbd2006-11-031-0/+5
* fix missing variable assignment (found by db90h)nbd2006-11-031-0/+1
* use lock to remove race conditions in bringing up ppp and dhcp that would lea...nbd2006-10-261-1/+6
* make network scripts more robust, prevent multiple instances of pppd and udhc...nbd2006-10-241-1/+2
* fix typonbd2006-10-231-1/+1
* template.awk fix processing of certain config file formatsnbd2006-10-201-3/+3
* move /usr/lib/parse-config.awk to /lib/config/template.awknbd2006-10-201-0/+42
* remove all broadcom interfaces from bridges and bring them down completely wh...nbd2006-10-151-0/+17
* save the real configured interface name in the 'device' variable when running...nbd2006-10-091-1/+2
* add new /bin/uci script and api for manipulating buildroot-ng config filesnbd2006-10-092-0/+298
* minor cleanupnbd2006-10-061-5/+2
* fix minor typo & move loopback to network configmbm2006-08-271-1/+1
* fix find_config() in the network scriptsnbd2006-08-271-2/+5
* revert to using *_ifnames internally, too many problems with firewall, ppp, e...nbd2006-08-241-4/+9
* default value for *_device in scan_interfacesnbd2006-08-241-0/+3
* change 'ifnames' to 'ifname' in network config, fix #697nbd2006-08-231-22/+8
* fix typonbd2006-08-191-1/+1
* fix ppp related bug in the network scriptsnbd2006-08-041-1/+2
* fix more instances of '' abusenbd2006-07-301-8/+8
* rewrite of the network scripts and configurationnbd2006-07-301-0/+147