package/ell: bump to version 0.46
- Changelog (since 0.45, from [1]): ver 0.46: Fix issue with DHCP server when OPTION_ROUTER is not configured. Fix issue with DHCP obtained lease to retrieve it properly. [1] https://git.kernel.org/pub/scm/libs/ell/ell.git/tree/ChangeLog Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c63fe79554
commit
737d4092f9
@ -1,5 +1,5 @@
|
||||
# From https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
|
||||
sha256 fedfcceee56eb63ab1eb98bf120a3cfbecee50bcd893874328c889f1b381e7d7 ell-0.45.tar.xz
|
||||
sha256 f4fc647eff32f622e21f8851ed0c8b7270f4800149c91be601754e22d82cbb4d ell-0.46.tar.xz
|
||||
|
||||
# License files
|
||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ELL_VERSION = 0.45
|
||||
ELL_VERSION = 0.46
|
||||
ELL_SOURCE = ell-$(ELL_VERSION).tar.xz
|
||||
ELL_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ell
|
||||
ELL_LICENSE = LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user