summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/functions.sh
Commit message (Expand)AuthorAgeFilesLines
* base-files: functions: introduce new helper functionsDaniel Golle2021-03-311-0/+10
* base-files: remove execute bit and shebang from functions.shAdrian Schmutzler2021-01-291-1/+0
* base-files: allow reusing of boolean value extraction logicOldřich Jedlička2021-01-011-5/+12
* base-files: functions.sh: replace [^...] with [!...] in caseRosen Penev2020-11-251-1/+1
* base-files: functions.sh: fix config_get() on invalid identifiersJo-Philipp Wich2020-08-071-3/+8
* base-files/functions.sh: use command -v instead of whichRosen Penev2020-07-111-2/+2
* base-files: do not source system.sh in functions.shAdrian Schmutzler2020-04-121-1/+0
* base-files: convert leading spaces to tabs in functions.shAdrian Schmutzler2020-03-131-2/+2
* base-files/functions.sh: use grep -q instead of []Rosen Penev2020-01-181-4/+4
* base-files/functions.sh: use && instead of -aRosen Penev2020-01-171-2/+2
* base-files/functions.sh: remove useless catRosen Penev2020-01-171-2/+2
* base-files/functions.sh: don't use $var in $(())Rosen Penev2020-01-171-3/+3
* base-files: move xor() from caldata extraction to functions.shAdrian Schmutzler2019-10-131-0/+16
* base-files: apply new sysctl.conf at postinstYousong Zhou2019-06-211-13/+20
* base-files: config_get: prevent filename globbingGünther Kelleter2019-01-301-1/+1
* base-files: fix prerm return value, align with postinst codeTony Ambardar2018-11-291-5/+10
* base-files: fix postinstall uci-defaults removalTony Ambardar2018-09-241-4/+3
* base-files: fix UCI config parsing and callback handlingTony Ambardar2018-06-061-8/+5
* base-files: /lib/functions.sh: remove unused insert_modulesMatthias Schiffer2018-04-171-10/+0
* base-files: fix getting gid from group_add_nextYousong Zhou2017-11-091-7/+6
* functions.sh: fix default_postinst functionMarko Ratkaj2017-11-081-1/+1
* include: kernel.mk: simplify module autoloadingJo-Philipp Wich2017-11-071-0/+4
* base-files: allocate uid/gid starting from 65536Yousong Zhou2017-06-181-4/+4
* base-files: add generic board_name function to functions.shFelix Fietkau2017-03-221-0/+4
* base-files: add support for overlaying rootfs contentRafał Miłecki2016-12-201-0/+5
* base-files: ignore failure of stopping services on removalJonas Gorski2016-11-211-1/+1
* base-files: don't modify enabled state of service on upgradeJonas Gorski2016-11-211-10/+12
* base-files: make default_prerm work offlineMatthias Schiffer2016-09-261-4/+12
* base-files: rework postinstall uci-defaults handlingJo-Philipp Wich2016-05-271-5/+4
* base-files: evaluate uci-defaults on run-time installationsDaniel Golle2016-05-041-0/+11
* base-files: split user/group addition code into a functionJohn Crispin2016-04-291-4/+10
* base-files: refactor default_postinst()Jo-Philipp Wich2015-09-161-51/+50
* base-files: default_postinst: propagate the real postinst return codeJohn Crispin2015-08-171-3/+7
* base-files: fix default pre-/postrm for packages with a dotJonas Gorski2015-05-191-2/+2
* modules: fix postinst generation for kernel modulesJohn Crispin2015-04-101-4/+7
* base-files: default_postinst() fix variable colisionJohn Crispin2015-02-041-15/+15
* base-files: default_postinst() - create user:group first (resend)John Crispin2014-12-011-2/+4
* default_postinst() fix wrong call of group_addJohn Crispin2014-10-151-2/+5
* base-files: default_postinst() force clear luci-indexcacheJohn Crispin2014-10-141-0/+1
* base-files: the USERID code path did not check for duplicate groupsJohn Crispin2014-10-141-1/+1
* base-files: extend USERID:=syntaxJohn Crispin2014-10-081-8/+20
* base-files: make postinst script run inside a subshellJohn Crispin2014-10-061-1/+1
* postinst trigger: the new postinst trigger broke IBJohn Crispin2014-09-161-3/+6
* ipkg: add a default postinst/prerm scriptJohn Crispin2014-09-111-1/+76
* base-files: define yes/no as valid boolean optionsLuka Perkov2014-06-291-2/+2
* base-files: add back missing function for find_mtd_part to /lib/functions.sh ...Felix Fietkau2014-04-081-0/+7
* /lib/functions.sh: remove config_rename()Felix Fietkau2014-04-071-18/+0
* /lib/functions.sh: move rarely used mtd and macaddr related functions to /lib...Felix Fietkau2014-04-071-137/+0
* /lib/functions.sh: remove jffs2_mark_erase()Felix Fietkau2014-04-071-9/+0
* base-files: remove config_clear() and list_remove()Felix Fietkau2014-04-071-28/+0