mirror of https://github.com/hak5/openwrt.git
busybox: fix dependency for IPV6
Signed-off-by: Rosy Song <rosysong@rosinson.com>openwrt-19.07
parent
efffba3409
commit
9f0cb135dd
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=busybox
|
PKG_NAME:=busybox
|
||||||
PKG_VERSION:=1.29.3
|
PKG_VERSION:=1.29.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_FLAGS:=essential
|
PKG_FLAGS:=essential
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
|
|
@ -9,6 +9,7 @@ menu "Networking Utilities"
|
||||||
config BUSYBOX_CONFIG_FEATURE_IPV6
|
config BUSYBOX_CONFIG_FEATURE_IPV6
|
||||||
bool "Enable IPv6 support"
|
bool "Enable IPv6 support"
|
||||||
default BUSYBOX_DEFAULT_FEATURE_IPV6
|
default BUSYBOX_DEFAULT_FEATURE_IPV6
|
||||||
|
depends on IPV6
|
||||||
help
|
help
|
||||||
Enable IPv6 support in busybox.
|
Enable IPv6 support in busybox.
|
||||||
This adds IPv6 support in the networking applets.
|
This adds IPv6 support in the networking applets.
|
||||||
|
|
Loading…
Reference in New Issue