diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-03-31 13:14:40 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-03-31 13:14:40 +0000 |
commit | 4a1f19e15d2b2bff03e8a8b2e0f0f6948ca593a8 (patch) | |
tree | e9df5bb9ea22bff1864a3e114adb98c87ee831a9 /package/network | |
parent | 090a5105765e01ca016221233ed8fb2c84b259b7 (diff) | |
download | upstream-4a1f19e15d2b2bff03e8a8b2e0f0f6948ca593a8.tar.gz upstream-4a1f19e15d2b2bff03e8a8b2e0f0f6948ca593a8.tar.bz2 upstream-4a1f19e15d2b2bff03e8a8b2e0f0f6948ca593a8.zip |
netifd: revert policy routing (broke some custom user rules)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45185
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 10f1209500..50fef7a7a1 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=33429c18f64bfb3842b05d9eb86efbbdce7e909b +PKG_SOURCE_VERSION:=3a0f953722698eab6f3f623a1d6ec5a1b7102b77 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |