Procházet zdrojové kódy

mtr: respect IPv6 settings

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Alexander Ryzhov před 10 roky
rodič
revize
3dd3316f67
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      net/mtr/Makefile

+ 2
- 1
net/mtr/Makefile Zobrazit soubor

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=mtr
11 11
 PKG_VERSION:=0.86
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr
@@ -46,6 +46,7 @@ endef
46 46
 CONFIGURE_ARGS += \
47 47
 	--without-gtk \
48 48
 	--without-glib \
49
+	$(call autoconf_bool,CONFIG_IPV6,ipv6)
49 50
 
50 51
 define Build/Configure
51 52
 	(cd $(PKG_BUILD_DIR); touch \