wok diff ipxe/receipt @ rev 23441

updated poptop (1.3.4 -> 1.4.0)
author Hans-G?nter Theisgen
date Thu Apr 02 13:53:28 2020 +0100 (2020-04-02)
parents b054d6cbf5b8
children 78bc4b109dd6
line diff
     1.1 --- a/ipxe/receipt	Sun Jan 19 11:06:13 2020 +0100
     1.2 +++ b/ipxe/receipt	Thu Apr 02 13:53:28 2020 +0100
     1.3 @@ -23,6 +23,9 @@
     1.4  	sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h
     1.5  	sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \
     1.6  	    -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \
     1.7 +	    -e 's|undef	\(DOWNLOAD_PROTO_HTTPS\)|define	\1|' \
     1.8 +	    -e 's|.*\(VLAN_CMD\)|#define \1|' \
     1.9 +	    -e 's|.*\(CERT_CMD\)|#define \1|' \
    1.10  	    -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \
    1.11  	    -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h
    1.12  	sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h