1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00
openwrt/package/base-files
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
..
files base-files: functions.sh: Add prepend() homologue to append() 2023-10-23 19:18:04 +02:00
image-config.in build: add option to use preinit IP as LAN IP 2023-02-17 16:20:03 +02:00
Makefile treewide: disable QUILT refresh for unsupported packages 2023-10-20 16:13:13 +02:00