openwrt/package/base-files/files/lib
Philip Prindeville 1998027d7c base-files: functions.sh: Add prepend() homologue to append()
Sometimes it's useful to be able to prepend to a variable as
well, such as when dealing with domain names, e.g.

    prepend fdqn "$subdomain" "."

will result in:

   fqdn="$subdomain.$fqdn"

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-10-23 19:18:04 +02:00
..
functions base-files: fix wrong ucidef_set_network_device_mac network-device entry 2023-10-20 12:53:43 +02:00
preinit base-files: Do not break on non-eth ports 2023-05-09 22:54:38 +02:00
upgrade base-files: sysupgrade: Add 2 sec sleep into process KILL loop 2023-09-12 14:52:50 +02:00
functions.sh base-files: functions.sh: Add prepend() homologue to append() 2023-10-23 19:18:04 +02:00