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>
(cherry picked from commit 53445ca641)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Martin Bachmann via buildroot
2026-02-16 08:27:34 +00:00
committed by Thomas Perale
parent ac9c499ca0
commit 4e8eca18c2

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 \