package/util-linux: correct missing comma in license info

A comma was missing after the rfkill license, correct that.

Signed-off-by: Martin Bachmann <martin.bachmann@designwerk.com>
[Peter: reword]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Martin Bachmann via buildroot
2026-02-16 08:27:34 +00:00
committed by Peter Korsgaard
parent beabd8baee
commit 53445ca641

View File

@@ -21,7 +21,7 @@ UTIL_LINUX_LICENSE = \
LGPL-2.1+ (libblkid, libfdisk, libmount), \
BSD-3-Clause (libuuid), \
BSD-2-Clause (xxhash), \
ISC (rfkill) \
ISC (rfkill), \
MIT (hardlink, flock)
UTIL_LINUX_LICENSE_FILES = README.licensing \
Documentation/licenses/COPYING.BSD-2-Clause \