wok-6.x diff ipxe/receipt @ rev 22258
updated xorg-xeyes (1.1.1 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:28:45 2019 +0100 (2019-11-12) |
parents | 0686e05d4ad3 |
children | c71df21187b4 |
line diff
1.1 --- a/ipxe/receipt Mon Feb 26 11:01:43 2018 +0100 1.2 +++ b/ipxe/receipt Tue Nov 12 17:28:45 2019 +0100 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ipxe" 1.7 -VERSION="1.0.0-20170417" 1.8 -GIT_TAG="2d79b20f2a3eba199012de3bd11f8aef0a5b9dbf" 1.9 +VERSION="1.0.0-20190427" 1.10 +GIT_TAG="a95966955c6904b975b0ccec0dd338385fb3066b" 1.11 CATEGORY="system-tools" 1.12 SHORT_DESC="Open source network boot firmware." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 @@ -23,8 +23,10 @@ 1.15 sed -i 's|//\(#define.*CONSOLE_FRAMEBUFFER\)|\1|' config/console.h 1.16 sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h 1.17 sed -i -e 's|//\(#define.*IMAGE_PNG\)|\1|' \ 1.18 + -e 's|.*\(NET_PROTO_IPV6\)|#define \1|' \ 1.19 -e 's|//\(#define.*CONSOLE_CMD\)|\1|' \ 1.20 -e 's|//\(#define.*REBOOT_CMD\)|\1|' config/general.h 1.21 + sed -i "s|\(TAG_LINE \"\)|\1${VERSION#*-} -- |" config/branding.h 1.22 sed -i 's|//\(#define.*CPUID_SETTINGS\)|\1|' config/settings.h 1.23 pxelinux="$(ls $WOK/syslinux/source/*/core/pxelinux.0)" 1.24 make bin/undionly.kkkpxe EMBED=$stuff/ipxelinux.ipxe,$pxelinux &&