From 24ee64e2fa07fc65eb619315e5de26c6b2f16df3 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 3 May 2013 11:34:39 +0200 Subject: [PATCH] comment... --- miniupnpd/Makefile.linux | 1 + 1 file changed, 1 insertion(+) diff --git a/miniupnpd/Makefile.linux b/miniupnpd/Makefile.linux index 9d357f8..900f702 100644 --- a/miniupnpd/Makefile.linux +++ b/miniupnpd/Makefile.linux @@ -179,6 +179,7 @@ install: miniupnpd miniupnpd.8 miniupnpd.conf genuuid \ # genuuid is using the uuidgen CLI tool which is part of libuuid # from the e2fsprogs +# 'cat /proc/sys/kernel/random/uuid' could be also used genuuid: ifeq ($(TARGET_OPENWRT),) sed -i -e "s/^uuid=[-0-9a-f]*/uuid=`(genuuid||uuidgen||uuid) 2>/dev/null`/" miniupnpd.conf