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 | dac192d5c917fa39146ab5d9ee2099c488dc44dc (patch) | |
tree | 47aec7b51180383a5e375b644109782501830e53 /package/busybox/Makefile | |
parent | 5f530282a6b8e299858a49af12da455b5d153651 (diff) | |
download | master-187ad058-dac192d5c917fa39146ab5d9ee2099c488dc44dc.tar.gz master-187ad058-dac192d5c917fa39146ab5d9ee2099c488dc44dc.tar.bz2 master-187ad058-dac192d5c917fa39146ab5d9ee2099c488dc44dc.zip |
[package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23990 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |