diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-22 17:40:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-22 17:40:39 +0000 |
commit | f6f15cd44f6566fd5be91630dbe7f7abf3f9a520 (patch) | |
tree | 2e392bfd973a9235796f042d1d7dcc5be4b53b6d /package/network/config/netifd | |
parent | 7c44c9762e24e80fc4532fb74bd11616d028c4c2 (diff) | |
download | upstream-f6f15cd44f6566fd5be91630dbe7f7abf3f9a520.tar.gz upstream-f6f15cd44f6566fd5be91630dbe7f7abf3f9a520.tar.bz2 upstream-f6f15cd44f6566fd5be91630dbe7f7abf3f9a520.zip |
netifd: fix default initialization of RPS/XPS
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd')
-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 f841fae7d7..f71921580c 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:=1268b8222a3613c2ee36cc7d3006e1989f068a52 +PKG_SOURCE_VERSION:=20510bd45d70c5b07718e7608d82133883346673 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |