aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc
Commit message (Expand)AuthorAgeFilesLines
* implement simple device autodetection for wifi driversFelix Fietkau2006-10-151-1/+3
* save the real configured interface name in the 'device' variable when running...Felix Fietkau2006-10-091-4/+1
* add new /bin/uci script and api for manipulating buildroot-ng config filesFelix Fietkau2006-10-091-1/+21
* fix shell escaping bug in append() functionFelix Fietkau2006-10-091-1/+1
* add 1 second delay for natsemi ifup (sometimes won't come up otherwise)Felix Fietkau2006-10-091-0/+3
* hide enable/disable functions, not active yetFelix Fietkau2006-10-041-4/+0
* fix displayed name in init script help textFelix Fietkau2006-10-041-1/+1
* add new rc.common for standardized init scripts, convert existing init scriptsFelix Fietkau2006-10-048-51/+148
* use absolute paths in include() shell functionFelix Fietkau2006-09-243-3/+3
* bring up loopback by defaultMike Baker2006-09-151-0/+8
* change more to lessMike Baker2006-09-071-1/+1
* add default /etc/config/networkFelix Fietkau2006-08-301-0/+5
* change hotplug trigger to a simpler awk commandMike Baker2006-08-271-1/+2
* fix minor typo & move loopback to network configMike Baker2006-08-271-4/+0
* clean up hotplug mounting scriptsMike Baker2006-08-263-52/+59
* revert to using *_ifnames internally, too many problems with firewall, ppp, e...Felix Fietkau2006-08-241-1/+4
* fix remaining *_ifnames referencesFelix Fietkau2006-08-241-5/+2
* fix typoFelix Fietkau2006-08-011-1/+1
* fix more instances of '' abuseFelix Fietkau2006-07-301-2/+2
* rewrite of the network scripts and configurationFelix Fietkau2006-07-304-188/+36
* avoid using a reserved word as a variable nameFelix Fietkau2006-07-291-3/+3
* fix unnamed config sectionsFelix Fietkau2006-07-291-6/+15
* use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.confFelix Fietkau2006-07-251-0/+2
* sync the sysctls with whiterussian, and tune the conntrack timeoutsImre Kaloz2006-07-171-1/+5
* add copyright headers to base-files scripts and config filesFelix Fietkau2006-06-2710-0/+21
* don't rely on temporary variables in config() as they may get overwritten by ...Felix Fietkau2006-06-261-5/+3
* fixes for common config functionsFelix Fietkau2006-06-251-15/+27
* add a list append function to functions.shFelix Fietkau2006-06-191-0/+11
* clean up handling of the root filesystem mount - remove broadcom specific jun...Felix Fietkau2006-06-152-11/+1
* resync with kamikazeFelix Fietkau2006-05-302-1/+6
* add common functions for the new config file formatFelix Fietkau2006-05-101-0/+50
* Add support for static routes per interface. You can specify one or more rout...Florian Fainelli2006-04-131-0/+12
* check if vim exist, report bye datenmaulwurfWaldemar Brodkorb2006-04-101-1/+1
* large init script cleanup and merge of whiterussian changes, new dnsmasq conf...Felix Fietkau2006-04-0513-251/+67
* Correct a few typosMike Baker2006-02-101-1/+1
* fixes files from [3112]Mike Baker2006-02-021-5/+3
* change cp to $(CP)Mike Baker2006-02-011-2/+5
* move sysfs to mount_rootMike Baker2006-02-011-5/+0
* set ALLMULTI on bridged interfaces (should improve multicast bridging)Felix Fietkau2006-01-311-1/+2
* revert bad firewall patchMike Baker2006-01-231-5/+2
* fix error messagesMike Baker2006-01-161-5/+0
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-161-1/+1
* fixes #207OpenWrt Developers2006-01-141-1/+1
* move vlan and wifi setup into arch-specific base-filesFelix Fietkau2006-01-141-22/+2
* don't use /dev/tts/1 as login consoleFelix Fietkau2006-01-141-1/+1
* Added vlan enabling as suggested in #204, closes #204Florian Fainelli2006-01-121-0/+1
* Fixed network autoconfiguration as explained in #200, fixes #200Florian Fainelli2006-01-111-0/+3
* add ipv6 support to network scripts (#101)Felix Fietkau2006-01-101-0/+3
* use /tmp/resolv.conf when using a static nameserver (#177)Felix Fietkau2006-01-101-3/+3
* Merged enhancements submitted by Stereo, thanks, closes #188 and #189Florian Fainelli2006-01-081-1/+1