summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/functions.sh
Commit message (Expand)AuthorAgeFilesLines
* package/base-files: move /etc/functions.sh to /lib/functions.shnico2011-11-081-320/+1
* [package] block-mount base-files: Added additional check to pi_include to en...cshore2011-04-051-6/+10
* [package] base/block-extroot, base/block-mount: Modified preinit and block-e...cshore2010-09-231-0/+21
* [package] base-files: introduce service_kill() into functions.sh - a convenie...jow2010-09-191-0/+17
* [package] base-files, uci: properly revert list state on config_loadjow2010-08-141-0/+1
* add missing argument to debug/mount wrappers (thx, matteo)nbd2009-12-091-2/+2
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x for...nbd2009-12-091-2/+2
* functions.sh: use functions instead of aliases for the debug, mount wrappers ...nbd2009-12-091-2/+7
* base-files: port functions.sh to new config_getnbd2009-08-071-2/+2
* base-files: allow default value for config_getnbd2009-08-071-6/+9
* Use busybox mount, could be overriden to use util-linux-ng for instance, than...florian2008-08-251-0/+1
* upgrade to uci 0.5.0, adds list handling supportnbd2008-08-201-1/+34
* fix config_clear(), see #3054nbd2008-07-311-2/+3
* functions.sh: add list_contains function for checking whether a list contains...nbd2008-07-301-0/+9
* functions.sh: add a function for removing an item from a list in a shell vari...nbd2008-07-301-0/+14
* add an extra safety checknbd2008-02-051-1/+1
* Here comes the new UCI. Enjoy :)nbd2008-02-031-36/+22
* add uci_set_default (to be used in init scripts or /etc/uci-defaults)nbd2008-01-021-0/+6
* drop the '0' default in config_get_boolnbd2007-11-281-1/+1
* support true and false in config_get_boolnbd2007-09-191-2/+2
* add patch from #2111nbd2007-07-221-2/+4
* move uci_load into config_load so that changes can be applied via uci without...mbm2007-07-111-8/+21
* some shell variable handling fixesnbd2007-06-151-3/+3
* allow config_* and uci_* functions to work on files outside of /etc/config - ...nbd2007-06-151-1/+5
* Check for modules.d existence before loading modulesflorian2007-05-311-2/+4
* add jffs2_mark_erase function for erasing jffs2 partitions on the next mount ...nbd2007-04-161-0/+10
* allow scripts to disable config callbacksnbd2007-04-111-2/+2
* rename uci-update.awk to uci.awk and add a few config_* functionsnbd2007-03-241-1/+5
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-1/+1
* make find_mtd_part work without devfsnbd2007-03-021-1/+3
* add support for static routes - based on the patch from #1365nbd2007-03-021-1/+4
* move config_get_bool from /sbin/wifi to /etc/functions.shnbd2007-02-271-0/+11
* Integrate basic UCI config file validation supportnbd2007-02-261-18/+19
* fix a typonbd2007-01-291-1/+1
* add a variable to keep track of the list of sections when loading uci config ...nbd2006-12-201-4/+21
* fix sed error installing kmod ipkgsmbm2006-11-231-1/+2
* rename default/ to files/nbd2006-11-221-0/+149