aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use MiBSD ksh if installed (#1470)Florian Fainelli2007-03-241-0/+2
| | | | SVN-Revision: 6687
* rename uci-update.awk to uci.awk and add a few config_* functionsFelix Fietkau2007-03-241-1/+5
| | | | SVN-Revision: 6666
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-161-0/+9
| | | | | | of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. SVN-Revision: 6572
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵Felix Fietkau2007-03-062-2/+13
| | | | | | #1438) SVN-Revision: 6532
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-044-8/+13
| | | | SVN-Revision: 6512
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵Felix Fietkau2007-03-031-1/+2
| | | | | | /etc/preinit SVN-Revision: 6481
* R.I.P. devfsImre Kaloz2007-03-032-1/+6
| | | | SVN-Revision: 6478
* make find_mtd_part work without devfsFelix Fietkau2007-03-021-1/+3
| | | | SVN-Revision: 6466
* add support for static routes - based on the patch from #1365Felix Fietkau2007-03-022-1/+44
| | | | SVN-Revision: 6457
* add support for if{down,up} -a and implement proper start/stop/restart for ↵Felix Fietkau2007-03-021-1/+14
| | | | | | /etc/init.d/network SVN-Revision: 6455
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-021-0/+5
| | | | SVN-Revision: 6450
* move config_get_bool from /sbin/wifi to /etc/functions.shFelix Fietkau2007-02-271-0/+11
| | | | SVN-Revision: 6407
* Integrate basic UCI config file validation support Needs more testing and ↵Felix Fietkau2007-02-261-18/+19
| | | | | | | | validation is not enforced yet Code contributed by Fraunhofer Fokus SVN-Revision: 6391
* more reliable fix for handling pppFelix Fietkau2007-02-251-0/+5
| | | | SVN-Revision: 6356
* Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1Mike Baker2007-02-121-1/+1
| | | | SVN-Revision: 6292
* fix a typoFelix Fietkau2007-01-291-1/+1
| | | | SVN-Revision: 6228
* make usb init script executableFelix Fietkau2007-01-251-0/+0
| | | | SVN-Revision: 6203
* use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)Felix Fietkau2007-01-251-1/+1
| | | | SVN-Revision: 6202
* Mount usb filesystem at startup (#1077)Florian Fainelli2007-01-211-0/+9
| | | | SVN-Revision: 6163
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-082-2/+1
| | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043
* don't try to automount loopback devices (#1011)Felix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5877
* add a workaround for self-killing init scripts on restart (#1023)Felix Fietkau2006-12-201-0/+1
| | | | SVN-Revision: 5876
* add a variable to keep track of the list of sections when loading uci config ↵Felix Fietkau2006-12-201-4/+21
| | | | | | files. add a function to iterate through sections SVN-Revision: 5870
* add a check to see if an init script is enabledFelix Fietkau2006-12-081-0/+6
| | | | SVN-Revision: 5727
* small tweaks to the usb disk hotplug scriptsMike Baker2006-11-282-6/+5
| | | | SVN-Revision: 5667
* fix sed error installing kmod ipkgsMike Baker2006-11-231-1/+2
| | | | SVN-Revision: 5629
* rename default/ to files/Felix Fietkau2006-11-2220-0/+502
SVN-Revision: 5622