mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
kexec: bump to version 2.0.2 + change URL to match kernel.org
Closes #3007 Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies bug #3007 created by me last month. Thanks to Gustavo for pointing out that the easy fix was to bump kexec to 2.0.2. Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7879a4ba3f
commit
87a5a19408
19
CHANGES
19
CHANGES
@ -16,15 +16,15 @@
|
|||||||
direcfb-examples, dmalloc, ed, ffmpeg, findutils, flac,
|
direcfb-examples, dmalloc, ed, ffmpeg, findutils, flac,
|
||||||
freetype, gdk-pixbuf, gmp, grep, gst-plugins-good, gvfs,
|
freetype, gdk-pixbuf, gmp, grep, gst-plugins-good, gvfs,
|
||||||
hostapd, i2c-tools, icu, input-tools, iproute2, iptables,
|
hostapd, i2c-tools, icu, input-tools, iproute2, iptables,
|
||||||
jpeg, libaio, libcap, libconfig, libglib2, libogg, libtheora,
|
jpeg, kexec, libaio, libcap, libconfig, libglib2, libogg,
|
||||||
libtool, libvorbis, libxml2, libxslt, linux-fusion, lsof,
|
libtheora, libtool, libvorbis, libxml2, libxslt, linux-fusion,
|
||||||
ltp-testsuite, ltrace, lvm2, m4, makedevs, memtester, mesa3d,
|
lsof, ltp-testsuite, ltrace, lvm2, m4, makedevs, memtester,
|
||||||
mii-diag, mpc, mpfr, mplayer, mrouted, nano, netperf, netplug,
|
mesa3d, mii-diag, mpc, mpfr, mplayer, mrouted, nano, netperf,
|
||||||
openssh, openssl, openvpn, oprofile, pango, patch, pciutils,
|
netplug, openssh, openssl, openvpn, oprofile, pango, patch,
|
||||||
php, portmap, qt, rsync, screen, sdl_gfx, sdl_sound, sqlite,
|
pciutils, php, portmap, qt, rsync, screen, sdl_gfx, sdl_sound,
|
||||||
squid, sstrip, sysklogd, sysvinit, tar, tslib, udev, usbutils,
|
sqlite, squid, sstrip, sysklogd, sysvinit, tar, tslib, udev,
|
||||||
vim, vtun, webkit, xapp_xlogo, xkeyboard-config, xlib_libX11,
|
usbutils, vim, vtun, webkit, xapp_xlogo, xkeyboard-config,
|
||||||
xz, zlib
|
xlib_libX11, xz, zlib
|
||||||
|
|
||||||
New packages: dhrystone, fbgrab, irda-utils, libao, lsuio,
|
New packages: dhrystone, fbgrab, irda-utils, libao, lsuio,
|
||||||
rsh-redone, sdparm, vorbis-tools, whetstone, xl2tp
|
rsh-redone, sdparm, vorbis-tools, whetstone, xl2tp
|
||||||
@ -43,6 +43,7 @@
|
|||||||
#2929: genext2fs: couldn't allocate a block (no free space)
|
#2929: genext2fs: couldn't allocate a block (no free space)
|
||||||
#2965: Broken linkage to xkbcomp (blocking X server startup)
|
#2965: Broken linkage to xkbcomp (blocking X server startup)
|
||||||
#2983: xlib_libX11 build failed
|
#2983: xlib_libX11 build failed
|
||||||
|
#3007: kexec doesn't build: Missing regdef.h file
|
||||||
|
|
||||||
2010.11, Released November 30th, 2010:
|
2010.11, Released November 30th, 2010:
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# kexec
|
# kexec
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
KEXEC_VERSION = 2.0.1
|
KEXEC_VERSION = 2.0.2
|
||||||
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
|
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
|
||||||
KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
|
KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
|
||||||
KEXEC_CONF_OPT += --with-zlib
|
KEXEC_CONF_OPT += --with-zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user