Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: we don't need /etc/functions.sh symlink anymore | Luka Perkov | 2012-12-20 | 1 | -1/+0 |
| | | | | SVN-Revision: 34802 | ||||
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | Nicolas Thill | 2011-11-08 | 1 | -320/+1 |
| | | | | SVN-Revision: 28857 | ||||
* | block-mount base-files: Added additional check to pi_include to ensure that ↵ | Daniel Dickinson | 2011-04-05 | 1 | -6/+10 |
| | | | | | | a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt. SVN-Revision: 26479 | ||||
* | base/block-extroot, base/block-mount: Modified preinit and block-extroot and ↵ | Daniel Dickinson | 2010-09-23 | 1 | -0/+21 |
| | | | | | | | | block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done. Thanks jow for the preinit merge stuff! SVN-Revision: 23110 | ||||
* | base-files: introduce service_kill() into functions.sh - a convenience ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -0/+17 |
| | | | | | | wrapper for killing services by pid or pidfile with a grace period for termination before kill SVN-Revision: 23087 | ||||
* | base-files, uci: properly revert list state on config_load This fixes a bug ↵ | Jo-Philipp Wich | 2010-08-14 | 1 | -0/+1 |
| | | | | | | where lists end up with duplicate values if config_load was invoked multiple times. SVN-Revision: 22629 | ||||
* | add missing argument to debug/mount wrappers (thx, matteo) | Felix Fietkau | 2009-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 18718 | ||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+2 |
| | | | | | | for hush compatibility SVN-Revision: 18717 | ||||
* | functions.sh: use functions instead of aliases for the debug, mount wrappers ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+7 |
| | | | | | | - hush does not have aliases SVN-Revision: 18715 | ||||
* | base-files: port functions.sh to new config_get | Felix Fietkau | 2009-08-07 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17156 | ||||
* | base-files: allow default value for config_get | Felix Fietkau | 2009-08-07 | 1 | -6/+9 |
| | | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 17155 | ||||
* | Use busybox mount, could be overriden to use util-linux-ng for instance, ↵ | Florian Fainelli | 2008-08-25 | 1 | -0/+1 |
| | | | | | | thanks sn9 SVN-Revision: 12386 | ||||
* | upgrade to uci 0.5.0, adds list handling support | Felix Fietkau | 2008-08-20 | 1 | -1/+34 |
| | | | | SVN-Revision: 12353 | ||||
* | fix config_clear(), see #3054 | Felix Fietkau | 2008-07-31 | 1 | -2/+3 |
| | | | | SVN-Revision: 12036 | ||||
* | functions.sh: add list_contains function for checking whether a list ↵ | Felix Fietkau | 2008-07-30 | 1 | -0/+9 |
| | | | | | | contains a specific element SVN-Revision: 12025 | ||||
* | functions.sh: add a function for removing an item from a list in a shell ↵ | Felix Fietkau | 2008-07-30 | 1 | -0/+14 |
| | | | | | | variable SVN-Revision: 12024 | ||||
* | add an extra safety check | Felix Fietkau | 2008-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 10389 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -36/+22 |
| | | | | SVN-Revision: 10367 | ||||
* | add uci_set_default (to be used in init scripts or /etc/uci-defaults) | Felix Fietkau | 2008-01-02 | 1 | -0/+6 |
| | | | | SVN-Revision: 10086 | ||||
* | drop the '0' default in config_get_bool | Felix Fietkau | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9618 | ||||
* | support true and false in config_get_bool | Felix Fietkau | 2007-09-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 8840 | ||||
* | add patch from #2111 | Felix Fietkau | 2007-07-22 | 1 | -2/+4 |
| | | | | SVN-Revision: 8106 | ||||
* | move uci_load into config_load so that changes can be applied via uci ↵ | Mike Baker | 2007-07-11 | 1 | -8/+21 |
| | | | | | | without commiting SVN-Revision: 7927 | ||||
* | some shell variable handling fixes | Felix Fietkau | 2007-06-15 | 1 | -3/+3 |
| | | | | SVN-Revision: 7638 | ||||
* | allow config_* and uci_* functions to work on files outside of /etc/config - ↵ | Felix Fietkau | 2007-06-15 | 1 | -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 modules | Florian Fainelli | 2007-05-31 | 1 | -2/+4 |
| | | | | SVN-Revision: 7423 | ||||
* | add jffs2_mark_erase function for erasing jffs2 partitions on the next mount ↵ | Felix Fietkau | 2007-04-16 | 1 | -0/+10 |
| | | | | | | (typically faster than doing mtd erase manually) SVN-Revision: 6978 | ||||
* | allow scripts to disable config callbacks | Felix Fietkau | 2007-04-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 6934 | ||||
* | rename uci-update.awk to uci.awk and add a few config_* functions | Felix Fietkau | 2007-03-24 | 1 | -1/+5 |
| | | | | SVN-Revision: 6666 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6512 | ||||
* | make find_mtd_part work without devfs | Felix Fietkau | 2007-03-02 | 1 | -1/+3 |
| | | | | SVN-Revision: 6466 | ||||
* | add support for static routes - based on the patch from #1365 | Felix Fietkau | 2007-03-02 | 1 | -1/+4 |
| | | | | SVN-Revision: 6457 | ||||
* | move config_get_bool from /sbin/wifi to /etc/functions.sh | Felix Fietkau | 2007-02-27 | 1 | -0/+11 |
| | | | | SVN-Revision: 6407 | ||||
* | Integrate basic UCI config file validation support Needs more testing and ↵ | Felix Fietkau | 2007-02-26 | 1 | -18/+19 |
| | | | | | | | | validation is not enforced yet Code contributed by Fraunhofer Fokus SVN-Revision: 6391 | ||||
* | fix a typo | Felix Fietkau | 2007-01-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 6228 | ||||
* | add a variable to keep track of the list of sections when loading uci config ↵ | Felix Fietkau | 2006-12-20 | 1 | -4/+21 |
| | | | | | | files. add a function to iterate through sections SVN-Revision: 5870 | ||||
* | fix sed error installing kmod ipkgs | Mike Baker | 2006-11-23 | 1 | -1/+2 |
| | | | | SVN-Revision: 5629 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+149 |
SVN-Revision: 5622 |