summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-12 19:46:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-12 19:46:31 +0000
commitc46cef2ffbcc1fedaae148ef312229106531f772 (patch)
tree1780bd995478c55875ae5bab56898d44653d6f9b /package/utils/busybox/Makefile
parentba53b3345391cdabcc8710dd316c99ea571e84c1 (diff)
downloadmaster-31e0f0ae-c46cef2ffbcc1fedaae148ef312229106531f772.tar.gz
master-31e0f0ae-c46cef2ffbcc1fedaae148ef312229106531f772.tar.bz2
master-31e0f0ae-c46cef2ffbcc1fedaae148ef312229106531f772.zip
busybox: fix broken default for FEATURE_IP_ROUTE_DIR (#21845)
Changeset r47775 introduced a wrong default value "n" for the ip applets config search path, breaking the handling of named routing tables and other objects having alias configurations. Fix the issue by providing a proper default value aligned with the value used by full iproute2. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48716
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 95e785bfe6..6a55d5687c 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2015 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.24.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2