# HG changeset patch # User Pascal Bellard # Date 1579542912 -3600 # Node ID e383644c649024012c626c2317dcaf5540dd7485 # Parent dbb0f0791cf96e3b2874e09c6cbcbb4116cacbcf ipxe: add https & vlan support diff -r dbb0f0791cf9 -r e383644c6490 emacs-lisp-sources/receipt --- a/emacs-lisp-sources/receipt Mon Jan 20 17:42:00 2020 +0100 +++ b/emacs-lisp-sources/receipt Mon Jan 20 18:55:12 2020 +0100 @@ -21,7 +21,7 @@ lisp/cedet/semantic/symref lisp/cedet/srecode lisp/cedet/semantic/wisent lisp/emacs-lisp lisp/emulation lisp/erc lisp/eshell lisp/gnus lisp/international - lisp/language lisp/leim lisp/leim/ja-dic lisp/leim/quail + lisp/language lisp/leim/ja-dic lisp/leim/quail lisp/mail lisp/mh-e lisp/net lisp/nxml lisp/obsolete lisp/org lisp/play lisp/progmodes lisp/textmodes lisp/url lisp/vc" diff -r dbb0f0791cf9 -r e383644c6490 ipxe/receipt --- a/ipxe/receipt Mon Jan 20 17:42:00 2020 +0100 +++ b/ipxe/receipt Mon Jan 20 18:55:12 2020 +0100 @@ -23,6 +23,9 @@ sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \ -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \ + -e 's|undef \(DOWNLOAD_PROTO_HTTPS\)|define \1|' \ + -e 's|.*\(VLAN_CMD\)|#define \1|' \ + -e 's|.*\(CERT_CMD\)|#define \1|' \ -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h