wok rev 22694
ipxe: add https & vlan support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 20 18:55:12 2020 +0100 (2020-01-20) |
parents | dbb0f0791cf9 |
children | 3e80b32cca09 |
files | emacs-lisp-sources/receipt ipxe/receipt |
line diff
1.1 --- a/emacs-lisp-sources/receipt Mon Jan 20 17:42:00 2020 +0100 1.2 +++ b/emacs-lisp-sources/receipt Mon Jan 20 18:55:12 2020 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 lisp/cedet/semantic/symref lisp/cedet/srecode 1.5 lisp/cedet/semantic/wisent lisp/emacs-lisp lisp/emulation 1.6 lisp/erc lisp/eshell lisp/gnus lisp/international 1.7 - lisp/language lisp/leim lisp/leim/ja-dic lisp/leim/quail 1.8 + lisp/language lisp/leim/ja-dic lisp/leim/quail 1.9 lisp/mail lisp/mh-e lisp/net lisp/nxml lisp/obsolete lisp/org 1.10 lisp/play lisp/progmodes lisp/textmodes lisp/url lisp/vc" 1.11
2.1 --- a/ipxe/receipt Mon Jan 20 17:42:00 2020 +0100 2.2 +++ b/ipxe/receipt Mon Jan 20 18:55:12 2020 +0100 2.3 @@ -23,6 +23,9 @@ 2.4 sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h 2.5 sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \ 2.6 -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \ 2.7 + -e 's|undef \(DOWNLOAD_PROTO_HTTPS\)|define \1|' \ 2.8 + -e 's|.*\(VLAN_CMD\)|#define \1|' \ 2.9 + -e 's|.*\(CERT_CMD\)|#define \1|' \ 2.10 -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ 2.11 -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h 2.12 sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h