diff options
author | Steven Barth <steven@midlink.org> | 2015-04-17 13:10:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-04-17 13:10:19 +0000 |
commit | 489484be5de20b04c24dd6610811dbfb2db8bc87 (patch) | |
tree | aa2c49693419c0706cdf2827150d92e41cdf67eb /package/network/ipv6/odhcp6c/Makefile | |
parent | 32db95127493e488924dcf04eadf2e6e6e1d72c7 (diff) | |
download | upstream-489484be5de20b04c24dd6610811dbfb2db8bc87.tar.gz upstream-489484be5de20b04c24dd6610811dbfb2db8bc87.tar.bz2 upstream-489484be5de20b04c24dd6610811dbfb2db8bc87.zip |
network: shorten names of generated interfaces
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 283baa5aa2..21fdc39677 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2015-04-15 +PKG_VERSION:=2015-04-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |