| Commit message (Expand) | Author | Age | Files | Lines |
* | add lookup function for mtd parts | Felix Fietkau | 2006-10-26 | 1 | -0/+7 |
* | remove an obsolete function | Felix Fietkau | 2006-10-24 | 1 | -7/+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 |
* | implement simple device autodetection for wifi drivers | Felix Fietkau | 2006-10-15 | 1 | -1/+3 |
* | save the real configured interface name in the 'device' variable when running... | Felix Fietkau | 2006-10-09 | 1 | -4/+1 |
* | add new /bin/uci script and api for manipulating buildroot-ng config files | Felix Fietkau | 2006-10-09 | 1 | -1/+21 |
* | 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 |
* | 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 |
* | use absolute paths in include() shell function | Felix Fietkau | 2006-09-24 | 3 | -3/+3 |
* | bring up loopback by default | Mike Baker | 2006-09-15 | 1 | -0/+8 |
* | change more to less | Mike Baker | 2006-09-07 | 1 | -1/+1 |
* | add default /etc/config/network | Felix Fietkau | 2006-08-30 | 1 | -0/+5 |
* | change hotplug trigger to a simpler awk command | Mike Baker | 2006-08-27 | 1 | -1/+2 |
* | fix minor typo & move loopback to network config | Mike Baker | 2006-08-27 | 1 | -4/+0 |
* | clean up hotplug mounting scripts | Mike Baker | 2006-08-26 | 3 | -52/+59 |
* | revert to using *_ifnames internally, too many problems with firewall, ppp, e... | Felix Fietkau | 2006-08-24 | 1 | -1/+4 |
* | fix remaining *_ifnames references | Felix Fietkau | 2006-08-24 | 1 | -5/+2 |
* | fix typo | Felix Fietkau | 2006-08-01 | 1 | -1/+1 |
* | fix more instances of '' abuse | Felix Fietkau | 2006-07-30 | 1 | -2/+2 |
* | rewrite of the network scripts and configuration | Felix Fietkau | 2006-07-30 | 4 | -188/+36 |
* | avoid using a reserved word as a variable name | Felix Fietkau | 2006-07-29 | 1 | -3/+3 |
* | fix unnamed config sections | Felix Fietkau | 2006-07-29 | 1 | -6/+15 |
* | use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.conf | Felix Fietkau | 2006-07-25 | 1 | -0/+2 |
* | sync the sysctls with whiterussian, and tune the conntrack timeouts | Imre Kaloz | 2006-07-17 | 1 | -1/+5 |
* | add copyright headers to base-files scripts and config files | Felix Fietkau | 2006-06-27 | 10 | -0/+21 |
* | don't rely on temporary variables in config() as they may get overwritten by ... | Felix Fietkau | 2006-06-26 | 1 | -5/+3 |
* | fixes for common config functions | Felix Fietkau | 2006-06-25 | 1 | -15/+27 |
* | add a list append function to functions.sh | Felix Fietkau | 2006-06-19 | 1 | -0/+11 |
* | clean up handling of the root filesystem mount - remove broadcom specific jun... | Felix Fietkau | 2006-06-15 | 2 | -11/+1 |
* | resync with kamikaze | Felix Fietkau | 2006-05-30 | 2 | -1/+6 |
* | add common functions for the new config file format | Felix Fietkau | 2006-05-10 | 1 | -0/+50 |
* | Add support for static routes per interface. You can specify one or more rout... | Florian Fainelli | 2006-04-13 | 1 | -0/+12 |
* | check if vim exist, report bye datenmaulwurf | Waldemar Brodkorb | 2006-04-10 | 1 | -1/+1 |
* | large init script cleanup and merge of whiterussian changes, new dnsmasq conf... | Felix Fietkau | 2006-04-05 | 13 | -251/+67 |
* | Correct a few typos | Mike Baker | 2006-02-10 | 1 | -1/+1 |
* | fixes files from [3112] | Mike Baker | 2006-02-02 | 1 | -5/+3 |
* | change cp to $(CP) | Mike Baker | 2006-02-01 | 1 | -2/+5 |
* | move sysfs to mount_root | Mike Baker | 2006-02-01 | 1 | -5/+0 |
* | set ALLMULTI on bridged interfaces (should improve multicast bridging) | Felix Fietkau | 2006-01-31 | 1 | -1/+2 |
* | revert bad firewall patch | Mike Baker | 2006-01-23 | 1 | -5/+2 |
* | fix error messages | Mike Baker | 2006-01-16 | 1 | -5/+0 |
* | port wan_device changes from whiterussian to kamikaze | Felix Fietkau | 2006-01-16 | 1 | -1/+1 |
* | fixes #207 | OpenWrt Developers | 2006-01-14 | 1 | -1/+1 |
* | move vlan and wifi setup into arch-specific base-files | Felix Fietkau | 2006-01-14 | 1 | -22/+2 |