diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-14 05:58:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-14 05:58:34 +0000 |
commit | e3f13f0141df87bbb6ad5b950eb3f5cca0703f4d (patch) | |
tree | a252325f2679b78bd49931411a9bff67c1707822 /package/busybox/Makefile | |
parent | 9efe60a46463421a9edaff1ea240e6eaca71f000 (diff) | |
download | upstream-e3f13f0141df87bbb6ad5b950eb3f5cca0703f4d.tar.gz upstream-e3f13f0141df87bbb6ad5b950eb3f5cca0703f4d.tar.bz2 upstream-e3f13f0141df87bbb6ad5b950eb3f5cca0703f4d.zip |
busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg revision
SVN-Revision: 23990
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index e3e51646c0..f7e64c097a 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.17.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |