summaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* add an extra safety checkFelix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10389
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-36/+22
| | | | SVN-Revision: 10367
* add uci_set_default (to be used in init scripts or /etc/uci-defaults)Felix Fietkau2008-01-021-0/+6
| | | | SVN-Revision: 10086
* drop the '0' default in config_get_boolFelix Fietkau2007-11-281-1/+1
| | | | SVN-Revision: 9618
* support true and false in config_get_boolFelix Fietkau2007-09-191-2/+2
| | | | SVN-Revision: 8840
* add patch from #2111Felix Fietkau2007-07-221-2/+4
| | | | SVN-Revision: 8106
* move uci_load into config_load so that changes can be applied via uci ↵Mike Baker2007-07-111-8/+21
| | | | | | without commiting SVN-Revision: 7927
* some shell variable handling fixesFelix Fietkau2007-06-151-3/+3
| | | | SVN-Revision: 7638
* allow config_* and uci_* functions to work on files outside of /etc/config - ↵Felix Fietkau2007-06-151-1/+5
| | | | | | these files are assumed to use commands generated by uci_* only (as overlay to regular config files) SVN-Revision: 7636
* Check for modules.d existence before loading modulesFlorian Fainelli2007-05-311-2/+4
| | | | SVN-Revision: 7423
* add jffs2_mark_erase function for erasing jffs2 partitions on the next mount ↵Felix Fietkau2007-04-161-0/+10
| | | | | | (typically faster than doing mtd erase manually) SVN-Revision: 6978
* allow scripts to disable config callbacksFelix Fietkau2007-04-111-2/+2
| | | | SVN-Revision: 6934
* rename uci-update.awk to uci.awk and add a few config_* functionsFelix Fietkau2007-03-241-1/+5
| | | | SVN-Revision: 6666
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-1/+1
| | | | SVN-Revision: 6512
* 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-021-1/+4
| | | | SVN-Revision: 6457
* 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
* fix a typoFelix Fietkau2007-01-291-1/+1
| | | | SVN-Revision: 6228
* 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
* fix sed error installing kmod ipkgsMike Baker2006-11-231-1/+2
| | | | SVN-Revision: 5629
* rename default/ to files/Felix Fietkau2006-11-221-0/+149
SVN-Revision: 5622