diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-31 09:38:59 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-31 09:38:59 +0000 |
commit | 2861485bb2a94dc2634343b1e095b8cee2988923 (patch) | |
tree | f30ee2183f0c78ed419448fccb3cd4675bbb9740 /package/network/ipv6/ipv6-support/Makefile | |
parent | 258350ac69f67eed51bd4dd2e8d0ff090c25b458 (diff) |
ipv6-support: Fix typo in dhcpv6-script
* thanks to KarlHegbloom for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34940 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/Makefile')
-rw-r--r-- | package/network/ipv6/ipv6-support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index 43ebb1f35..7e2e5e91d 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6-support -PKG_VERSION:=2012-12-30 +PKG_VERSION:=2012-12-31 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |