summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/functions.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* base-files: move uci_apply_defaults() to /etc/init.d/bootFelix Fietkau2014-04-071-11/+0
* /lib/functions.sh: remove hotplug_dev()Felix Fietkau2014-04-071-4/+0
* /lib/functions.sh: remove strtok()Felix Fietkau2014-04-071-26/+0
* /lib/functions.sh: move preinit related functions to /lib/functions/preinit.shFelix Fietkau2014-04-071-85/+0
* /lib/functions.sh: remove pi_include()Felix Fietkau2014-04-071-24/+0
* /lib/functions.sh: remove jffs2_ready()Felix Fietkau2014-04-071-7/+0
* /lib/functions.sh: remove support for non-overlayfs overlay fopivot typesFelix Fietkau2014-04-071-44/+2
* base-files: fix mount-utils incompatibilityJohn Crispin2013-12-271-11/+11
* base-files: allow users to delect debug level during bootJohn Crispin2013-11-251-0/+20
* base-files: add macaddr_canonicalize helper functionGabor Juhos2013-11-141-1/+34
* base-files: mtd_get_mac_ascii bugfixGabor Juhos2013-11-081-4/+3
* base-files: add mtd_get_part_size helperGabor Juhos2013-07-201-0/+12
* package: fix insmod on installJohn Crispin2013-06-221-0/+7