summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/functions.sh
Commit message (Expand)AuthorAgeFilesLines
* base-files: add compatibility for APK and OPKGPaul Spooren4 days1-7/+21
* base-files: add update_alternatives functionPaul Spooren4 days1-0/+49
* base-files: fix uid/gid auto-enumeration to avoid 16-bit limitThomas Winkler11 days1-2/+2
* base-files: Add new functions for ath11k caldataPaweł Owoc2024-04-231-0/+24
* base-files: functions.sh: prepend() always adds separatorPhilip Prindeville2024-01-151-1/+1
* base-files: execute package's "postinst" after executing uci-defaultsRafał Miłecki2023-12-271-5/+5
* base-files: functions.sh: Add prepend() homologue to append()Philip Prindeville2023-10-231-0/+8
* package: avoid the use of eval to parse ipcalc.sh outputLeon M. Busch-George2023-09-251-0/+5
* base-files: simplify restorecon logicDaniel Golle2022-05-021-2/+2
* base-files: add missing $IPKG_INSTROOT to restorecon callDaniel Golle2022-05-021-1/+3
* base-files: address sed in-place without SELinux awarenessDominick Grift2022-05-021-0/+1
* base-files: allow specifiying rootdev for find_mmc_partDaniel Golle2021-11-011-2/+8
* base-files: add minimal mmc supportDavide Fioravanti2021-11-011-0/+13
* base-files, metadata: support additional group membershipDaniel Golle2021-10-281-3/+20
* 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