comment...
This commit is contained in:
parent
71dcf3565d
commit
24ee64e2fa
|
@ -179,6 +179,7 @@ install: miniupnpd miniupnpd.8 miniupnpd.conf genuuid \
|
||||||
|
|
||||||
# genuuid is using the uuidgen CLI tool which is part of libuuid
|
# genuuid is using the uuidgen CLI tool which is part of libuuid
|
||||||
# from the e2fsprogs
|
# from the e2fsprogs
|
||||||
|
# 'cat /proc/sys/kernel/random/uuid' could be also used
|
||||||
genuuid:
|
genuuid:
|
||||||
ifeq ($(TARGET_OPENWRT),)
|
ifeq ($(TARGET_OPENWRT),)
|
||||||
sed -i -e "s/^uuid=[-0-9a-f]*/uuid=`(genuuid||uuidgen||uuid) 2>/dev/null`/" miniupnpd.conf
|
sed -i -e "s/^uuid=[-0-9a-f]*/uuid=`(genuuid||uuidgen||uuid) 2>/dev/null`/" miniupnpd.conf
|
||||||
|
|
Loading…
Reference in New Issue