diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-04-17 13:10:19 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-04-17 13:10:19 +0000 |
commit | 6b062ad8485c759b94e03d2639097684096b7ab1 (patch) | |
tree | b770b7c4449b6e3715700792380542a9e79f554e /package/network/ipv6/ds-lite/Makefile | |
parent | d86d0bf7ea2e8bd6ab2658390a06156bbe1a1ffc (diff) | |
download | upstream-6b062ad8485c759b94e03d2639097684096b7ab1.tar.gz upstream-6b062ad8485c759b94e03d2639097684096b7ab1.tar.bz2 upstream-6b062ad8485c759b94e03d2639097684096b7ab1.zip |
network: shorten names of generated interfaces
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45476
Diffstat (limited to 'package/network/ipv6/ds-lite/Makefile')
-rw-r--r-- | package/network/ipv6/ds-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ds-lite/Makefile b/package/network/ipv6/ds-lite/Makefile index 79b49feec3..a232a1c58d 100644 --- a/package/network/ipv6/ds-lite/Makefile +++ b/package/network/ipv6/ds-lite/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ds-lite -PKG_VERSION:=5 +PKG_VERSION:=6 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |