diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-04 16:09:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-04 16:09:49 +0000 |
commit | 52dcaeb65d0959543104fd470e167f18a8a97fc9 (patch) | |
tree | 42088c7ac65bb9af772e13a9522d7068060f55b6 /package/6in4/Makefile | |
parent | 6edf2c577b22c3030acdeda3f9987846374f0193 (diff) | |
download | upstream-52dcaeb65d0959543104fd470e167f18a8a97fc9.tar.gz upstream-52dcaeb65d0959543104fd470e167f18a8a97fc9.tar.bz2 upstream-52dcaeb65d0959543104fd470e167f18a8a97fc9.zip |
6in4: replace sed match with variable substitution, change pattern from a-z to a-f (hex only)
SVN-Revision: 22893
Diffstat (limited to 'package/6in4/Makefile')
-rw-r--r-- | package/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile index c56b9c57ce..b9fa220df7 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 PKG_VERSION:=5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk |