summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc
Commit message (Collapse)AuthorAgeFilesLines
* add copyright headers to base-files scripts and config filesFelix Fietkau2006-06-2710-0/+21
| | | | SVN-Revision: 4090
* don't rely on temporary variables in config() as they may get overwritten by ↵Felix Fietkau2006-06-261-5/+3
| | | | | | config_cb() SVN-Revision: 4088
* fixes for common config functionsFelix Fietkau2006-06-251-15/+27
| | | | SVN-Revision: 4071
* add a list append function to functions.shFelix Fietkau2006-06-191-0/+11
| | | | SVN-Revision: 4014
* clean up handling of the root filesystem mount - remove broadcom specific ↵Felix Fietkau2006-06-152-11/+1
| | | | | | junk from the generic base-files part SVN-Revision: 3951
* resync with kamikazeFelix Fietkau2006-05-302-1/+6
| | | | SVN-Revision: 3844
* add common functions for the new config file formatFelix Fietkau2006-05-101-0/+50
| | | | SVN-Revision: 3751
* Add support for static routes per interface. You can specify one or more ↵Florian Fainelli2006-04-131-0/+12
| | | | | | routes, subnets or hosts. Closes #308 for kamikaze SVN-Revision: 3629
* check if vim exist, report bye datenmaulwurfWaldemar Brodkorb2006-04-101-1/+1
| | | | SVN-Revision: 3611
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-0513-251/+67
| | | | | | config handling SVN-Revision: 3588
* Correct a few typosMike Baker2006-02-101-1/+1
| | | | SVN-Revision: 3212
* fixes files from [3112]Mike Baker2006-02-021-5/+3
| | | | SVN-Revision: 3114
* change cp to $(CP)Mike Baker2006-02-011-2/+5
| | | | SVN-Revision: 3112
* move sysfs to mount_rootMike Baker2006-02-011-5/+0
| | | | SVN-Revision: 3107
* set ALLMULTI on bridged interfaces (should improve multicast bridging)Felix Fietkau2006-01-311-1/+2
| | | | SVN-Revision: 3079
* revert bad firewall patchMike Baker2006-01-231-5/+2
| | | | SVN-Revision: 3042
* fix error messagesMike Baker2006-01-161-5/+0
| | | | SVN-Revision: 2996
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-161-1/+1
| | | | SVN-Revision: 2993
* fixes #207Oliver Ertl2006-01-141-1/+1
| | | | SVN-Revision: 2983
* move vlan and wifi setup into arch-specific base-filesFelix Fietkau2006-01-141-22/+2
| | | | SVN-Revision: 2973
* don't use /dev/tts/1 as login consoleFelix Fietkau2006-01-141-1/+1
| | | | SVN-Revision: 2971
* Added vlan enabling as suggested in #204, closes #204Florian Fainelli2006-01-121-0/+1
| | | | SVN-Revision: 2931
* Fixed network autoconfiguration as explained in #200, fixes #200Florian Fainelli2006-01-111-0/+3
| | | | SVN-Revision: 2912
* add ipv6 support to network scripts (#101)Felix Fietkau2006-01-101-0/+3
| | | | SVN-Revision: 2885
* use /tmp/resolv.conf when using a static nameserver (#177)Felix Fietkau2006-01-101-3/+3
| | | | SVN-Revision: 2884
* Merged enhancements submitted by Stereo, thanks, closes #188 and #189Florian Fainelli2006-01-081-1/+1
| | | | SVN-Revision: 2863
* mount sysfs at boot on linux 2.6Felix Fietkau2006-01-051-0/+5
| | | | SVN-Revision: 2835
* move firstboot to preinit for now (until a better solution is implemented), ↵Felix Fietkau2006-01-042-5/+5
| | | | | | required by /etc/config/network generator SVN-Revision: 2830
* fix hotplug issue with compiled-in ethernet driversFelix Fietkau2006-01-041-0/+4
| | | | SVN-Revision: 2823
* configure switch at boot time based on vlan*portsFelix Fietkau2006-01-041-1/+9
| | | | SVN-Revision: 2822
* Added mrd6 package : IPv6 multicast routing daemonFlorian Fainelli2006-01-031-3/+5
| | | | SVN-Revision: 2816
* remove unused robocfg stuffWaldemar Brodkorb2006-01-031-6/+0
| | | | SVN-Revision: 2815
* hopefully last fix for S60cronOliver Ertl2006-01-021-6/+4
| | | | SVN-Revision: 2812
* Corrected ticket #168Florian Fainelli2006-01-021-2/+5
| | | | SVN-Revision: 2805
* change ipkg.conf to use snapshotsWaldemar Brodkorb2005-12-251-1/+1
| | | | SVN-Revision: 2765
* add recipe to bannerImre Kaloz2005-12-201-2/+5
| | | | SVN-Revision: 2739
* fix network hotplug scripts for 2.6Felix Fietkau2005-12-171-2/+2
| | | | SVN-Revision: 2711
* create /var/spool/cron in cron init script and change the default crontab ↵Felix Fietkau2005-12-111-1/+4
| | | | | | location to /etc/crontabs (fixes #88) SVN-Revision: 2621
* more fixes for the network scriptsFelix Fietkau2005-11-191-20/+19
| | | | SVN-Revision: 2537
* fix ifup/down for ppp-based stuffFelix Fietkau2005-11-191-2/+2
| | | | SVN-Revision: 2536
* hotplug-based network script rewriteFelix Fietkau2005-11-196-86/+211
| | | | SVN-Revision: 2531
* add crond init scriptFelix Fietkau2005-11-181-0/+2
| | | | SVN-Revision: 2523
* don't clear the mangle table in the default firewall scriptFelix Fietkau2005-11-181-1/+1
| | | | SVN-Revision: 2517
* add hotplug stuff to trunk/Felix Fietkau2005-11-073-6/+63
| | | | SVN-Revision: 2364
* turn tcp vegas on by defaultImre Kaloz2005-10-231-0/+1
| | | | SVN-Revision: 2282
* sync base-files with whiterussianFelix Fietkau2005-10-223-19/+52
| | | | SVN-Revision: 2260
* add svn revision to /etc/bannerFelix Fietkau2005-10-221-2/+2
| | | | SVN-Revision: 2246
* some fixes/cleanups for the init scriptsFelix Fietkau2005-10-173-2/+4
| | | | SVN-Revision: 2152
* hello word ;PImre Kaloz2005-10-171-1/+1
| | | | SVN-Revision: 2142
* bleeding sounds better ;)Imre Kaloz2005-10-171-1/+1
| | | | SVN-Revision: 2139