Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,6 +4,7 @@ config BR2_PACKAGE_IFUPDOWN
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # iproute2
|
||||
# Default/our uclibc lacks wordexp()
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
# runtime for ip binary
|
||||
select BR2_PACKAGE_IPROUTE2 if !BR2_PACKAGE_BUSYBOX
|
||||
# runtime for run-parts
|
||||
@@ -13,7 +14,8 @@ config BR2_PACKAGE_IFUPDOWN
|
||||
|
||||
https://tracker.debian.org/pkg/ifupdown
|
||||
|
||||
comment "ifupdown needs an (e)glibc or musl toolchain w/ headers >= 3.0"
|
||||
comment "ifupdown needs a glibc or musl toolchain w/ headers >= 3.0"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://ftp.de.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.2.dsc
|
||||
sha256 edb08f935fea9bc376c3faa0140c04c7a4d4ef5f22fd280ec4060386a75df10b ifupdown_0.8.2.tar.xz
|
||||
# From http://ftp.de.debian.org/debian/pool/main/i/ifupdown/ifupdown_0.8.13.dsc
|
||||
sha256 90938bf6a2bb31b0ed4d8b2be71beb909c334af64c9284b3f50820cbaeff49b6 ifupdown_0.8.13.tar.xz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IFUPDOWN_VERSION = 0.8.2
|
||||
IFUPDOWN_VERSION = 0.8.13
|
||||
IFUPDOWN_SOURCE = ifupdown_$(IFUPDOWN_VERSION).tar.xz
|
||||
IFUPDOWN_SITE = http://snapshot.debian.org/archive/debian/20151205T042642Z/pool/main/i/ifupdown
|
||||
IFUPDOWN_SITE = http://snapshot.debian.org/archive/debian/20160604T232714Z/pool/main/i/ifupdown
|
||||
IFUPDOWN_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
IFUPDOWN_LICENSE = GPLv2+
|
||||
IFUPDOWN_LICENSE_FILES = COPYING
|
||||
@@ -23,4 +23,13 @@ define IFUPDOWN_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) BASEDIR=$(TARGET_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
# We need to switch from /bin/ip to /sbin/ip
|
||||
IFUPDOWN_DEFN_FILES = can inet inet6 ipx link meta
|
||||
define IFUPDOWN_MAKE_IP_IN_SBIN
|
||||
for f in $(IFUPDOWN_DEFN_FILES) ; do \
|
||||
$(SED) 's,/bin/ip,/sbin/ip,' $(@D)/$$f.defn ; \
|
||||
done
|
||||
endef
|
||||
IFUPDOWN_POST_PATCH_HOOKS += IFUPDOWN_MAKE_IP_IN_SBIN
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user