aboutsummaryrefslogtreecommitdiff
path: root/package/base-files/files/lib/functions.sh
Commit message (Expand)AuthorAge
* base-files: functions.sh: Add prepend() homologue to append()Philip Prindeville2023-10-23
* package: avoid the use of eval to parse ipcalc.sh outputLeon M. Busch-George2023-09-25
* base-files: simplify restorecon logicDaniel Golle2022-05-02
* base-files: add missing $IPKG_INSTROOT to restorecon callDaniel Golle2022-05-02
* base-files: address sed in-place without SELinux awarenessDominick Grift2022-05-02
* base-files: allow specifiying rootdev for find_mmc_partDaniel Golle2021-11-01
* base-files: add minimal mmc supportDavide Fioravanti2021-11-01
* base-files, metadata: support additional group membershipDaniel Golle2021-10-28
* base-files: functions: introduce new helper functionsDaniel Golle2021-03-31
* base-files: remove execute bit and shebang from functions.shAdrian Schmutzler2021-01-29
* base-files: allow reusing of boolean value extraction logicOldřich Jedlička2021-01-01
* base-files: functions.sh: replace [^...] with [!...] in caseRosen Penev2020-11-25
* base-files: functions.sh: fix config_get() on invalid identifiersJo-Philipp Wich2020-08-07
* base-files/functions.sh: use command -v instead of whichRosen Penev2020-07-11
* base-files: do not source system.sh in functions.shAdrian Schmutzler2020-04-12
* base-files: convert leading spaces to tabs in functions.shAdrian Schmutzler2020-03-13
* base-files/functions.sh: use grep -q instead of []Rosen Penev2020-01-18
* base-files/functions.sh: use && instead of -aRosen Penev2020-01-17
* base-files/functions.sh: remove useless catRosen Penev2020-01-17
* base-files/functions.sh: don't use $var in $(())Rosen Penev2020-01-17
* base-files: move xor() from caldata extraction to functions.shAdrian Schmutzler2019-10-13
* base-files: apply new sysctl.conf at postinstYousong Zhou2019-06-21
* base-files: config_get: prevent filename globbingGünther Kelleter2019-01-30
* base-files: fix prerm return value, align with postinst codeTony Ambardar2018-11-29
* base-files: fix postinstall uci-defaults removalTony Ambardar2018-09-24
* base-files: fix UCI config parsing and callback handlingTony Ambardar2018-06-06
* base-files: /lib/functions.sh: remove unused insert_modulesMatthias Schiffer2018-04-17
* base-files: fix getting gid from group_add_nextYousong Zhou2017-11-09
* functions.sh: fix default_postinst functionMarko Ratkaj2017-11-08
* include: kernel.mk: simplify module autoloadingJo-Philipp Wich2017-11-07
* base-files: allocate uid/gid starting from 65536Yousong Zhou2017-06-18
* base-files: add generic board_name function to functions.shFelix Fietkau2017-03-22
* base-files: add support for overlaying rootfs contentRafał Miłecki2016-12-20
* base-files: ignore failure of stopping services on removalJonas Gorski2016-11-21
* base-files: don't modify enabled state of service on upgradeJonas Gorski2016-11-21
* base-files: make default_prerm work offlineMatthias Schiffer2016-09-26
* base-files: rework postinstall uci-defaults handlingJo-Philipp Wich2016-05-27
* base-files: evaluate uci-defaults on run-time installationsDaniel Golle2016-05-04
* base-files: split user/group addition code into a functionJohn Crispin2016-04-29
* base-files: refactor default_postinst()Jo-Philipp Wich2015-09-16
* base-files: default_postinst: propagate the real postinst return codeJohn Crispin2015-08-17
* base-files: fix default pre-/postrm for packages with a dotJonas Gorski2015-05-19
* modules: fix postinst generation for kernel modulesJohn Crispin2015-04-10
* base-files: default_postinst() fix variable colisionJohn Crispin2015-02-04
* base-files: default_postinst() - create user:group first (resend)John Crispin2014-12-01
* default_postinst() fix wrong call of group_addJohn Crispin2014-10-15
* base-files: default_postinst() force clear luci-indexcacheJohn Crispin2014-10-14
* base-files: the USERID code path did not check for duplicate groupsJohn Crispin2014-10-14
* base-files: extend USERID:=syntaxJohn Crispin2014-10-08
* base-files: make postinst script run inside a subshellJohn Crispin2014-10-06