diff options
author | Steven Barth <steven@midlink.org> | 2015-05-02 07:44:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-02 07:44:55 +0000 |
commit | 834292fa30283aee2bd1d8506b02ae9a8e4bdc7e (patch) | |
tree | 00df22b842a0792dd9cc8517927bc378fe35f4ae /package/network/config/netifd/Makefile | |
parent | 0b42a29e7f6370afe47a1e8688492245288cfa7a (diff) | |
download | upstream-834292fa30283aee2bd1d8506b02ae9a8e4bdc7e.tar.gz upstream-834292fa30283aee2bd1d8506b02ae9a8e4bdc7e.tar.bz2 upstream-834292fa30283aee2bd1d8506b02ae9a8e4bdc7e.zip |
dhcp: add option specifying overriding custom-routes
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd/Makefile')
-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 6604cc7535..33db1816c3 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-04-21 +PKG_VERSION:=2015-05-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |