| Commit message (Expand) | Author | Age | Files | Lines |
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 35 | -1588/+0 |
* | move busybox init scripts from base-files into the busybox package and make t... | Felix Fietkau | 2006-11-22 | 3 | -35/+0 |
* | fix broken export from last commit | Mike Baker | 2006-11-22 | 1 | -1/+1 |
* | avoid eval leaks | Mike Baker | 2006-11-22 | 1 | -9/+9 |
* | fix various variable copying bugs | Felix Fietkau | 2006-11-22 | 1 | -6/+10 |
* | cleanup uci and functions.sh | Mike Baker | 2006-11-21 | 2 | -104/+124 |
* | strtok helper function | Mike Baker | 2006-11-20 | 1 | -0/+24 |
* | hopefully fix duplicate ppp instances (#895) | Felix Fietkau | 2006-11-18 | 1 | -1/+1 |
* | correct typo in 'uci get' | Mike Baker | 2006-11-17 | 1 | -1/+1 |
* | fix typo | Felix Fietkau | 2006-11-17 | 1 | -1/+1 |
* | remove broadcom specific stuff from default base files | Felix Fietkau | 2006-11-17 | 1 | -7/+0 |
* | move two functions from broadcom.sh to /sbin/wifi | Felix Fietkau | 2006-11-11 | 1 | -0/+32 |
* | make sure udhcpc is spawned as a background process (use eval) | Felix Fietkau | 2006-11-09 | 1 | -1/+1 |
* | add support for -t 0 (infinite retry) in busybox udhcpc and use it in the net... | Felix Fietkau | 2006-11-09 | 1 | -1/+1 |
* | fix dhcp hotplug events | Felix Fietkau | 2006-11-09 | 1 | -1/+1 |
* | fix ifdown hotplug event for static | Felix Fietkau | 2006-11-09 | 1 | -0/+5 |
* | fix ifup hotplug event for static | Felix Fietkau | 2006-11-09 | 1 | -1/+1 |
* | fix for multiple extra commands in init scripts using rc.common | Felix Fietkau | 2006-11-09 | 1 | -1/+1 |
* | fix potential data loss issue on failed umount (patch from #942) | Felix Fietkau | 2006-11-09 | 1 | -2/+2 |
* | Ensure dropbear is installed before disabling telnet (#920) | Florian Fainelli | 2006-11-07 | 1 | -1/+1 |
* | Change httpd realm to match the hostname (#932) | Florian Fainelli | 2006-11-07 | 1 | -1/+4 |
* | Test if symbolic is already there (#886) | Florian Fainelli | 2006-11-04 | 1 | -1/+1 |
* | call interface stop handler on ifdown | Felix Fietkau | 2006-11-04 | 1 | -0/+3 |
* | add config option for autostart of network interfaces | Felix Fietkau | 2006-11-03 | 2 | -1/+13 |
* | fix missing variable assignment (found by db90h) | Felix Fietkau | 2006-11-03 | 1 | -0/+1 |
* | reset CONFIG_SECTION when calling config_load | Felix Fietkau | 2006-10-28 | 1 | -0/+1 |
* | add lookup function for mtd parts | Felix Fietkau | 2006-10-26 | 1 | -0/+7 |
* | use lock to remove race conditions in bringing up ppp and dhcp that would lea... | Felix Fietkau | 2006-10-26 | 2 | -3/+18 |
* | make network scripts more robust, prevent multiple instances of pppd and udhc... | Felix Fietkau | 2006-10-24 | 3 | -21/+22 |
* | remove an obsolete function | Felix Fietkau | 2006-10-24 | 1 | -7/+0 |
* | fix typo | Felix Fietkau | 2006-10-23 | 2 | -2/+2 |
* | template.awk fix processing of certain config file formats | Felix Fietkau | 2006-10-20 | 1 | -3/+3 |
* | move /usr/lib/parse-config.awk to /lib/config/template.awk | Felix Fietkau | 2006-10-20 | 1 | -0/+0 |
* | remove support for obsolete /etc/modules file | Felix Fietkau | 2006-10-16 | 1 | -1/+1 |
* | remove nvram.sh | Felix Fietkau | 2006-10-16 | 1 | -19/+0 |
* | fix typo | Felix Fietkau | 2006-10-15 | 1 | -1/+1 |
* | init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname... | Felix Fietkau | 2006-10-15 | 7 | -5/+17 |
* | fix error message | Felix Fietkau | 2006-10-15 | 1 | -1/+1 |
* | remove all broadcom interfaces from bridges and bring them down completely wh... | Felix Fietkau | 2006-10-15 | 2 | -7/+17 |
* | add protection for bridging interface changes | Felix Fietkau | 2006-10-15 | 1 | -0/+7 |
* | implement simple device autodetection for wifi drivers | Felix Fietkau | 2006-10-15 | 2 | -11/+53 |
* | save the real configured interface name in the 'device' variable when running... | Felix Fietkau | 2006-10-09 | 2 | -5/+3 |
* | add new /bin/uci script and api for manipulating buildroot-ng config files | Felix Fietkau | 2006-10-09 | 4 | -1/+478 |
* | fix shell escaping bug in append() function | Felix Fietkau | 2006-10-09 | 1 | -1/+1 |
* | add 1 second delay for natsemi ifup (sometimes won't come up otherwise) | Felix Fietkau | 2006-10-09 | 1 | -0/+3 |
* | fix a small bug in the parse-config script | Felix Fietkau | 2006-10-08 | 1 | -1/+1 |
* | minor cleanup | Felix Fietkau | 2006-10-06 | 1 | -5/+2 |
* | hide enable/disable functions, not active yet | Felix Fietkau | 2006-10-04 | 1 | -4/+0 |
* | fix displayed name in init script help text | Felix Fietkau | 2006-10-04 | 1 | -1/+1 |
* | add new rc.common for standardized init scripts, convert existing init scripts | Felix Fietkau | 2006-10-04 | 8 | -51/+148 |