From: Yousong Zhou Date: Sun, 5 Mar 2017 03:28:23 +0000 (+0800) Subject: busybox: add as an alternative of /sbin/ip X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=4ba8e79c38fc4ebf2a6668124a0d79701d43abb2 busybox: add as an alternative of /sbin/ip Signed-off-by: Yousong Zhou --- diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 0937ef9f30..28a6e894e8 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.26.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -44,6 +44,7 @@ define Package/busybox URL:=http://busybox.net/ DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter MENU:=1 + ALTERNATIVES:=100:/sbin/ip:/bin/busybox endef define Package/busybox/description