diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-25 12:16:36 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-25 13:18:10 +0800 |
commit | f3474ca130601a6c905cb2acbb8f4995a64b106c (patch) | |
tree | 0510bdda06672cc461df272290f5b356394794db /package/utils/busybox/Makefile | |
parent | 313197d7079ae5046740909133b1cd89f81e2533 (diff) | |
download | upstream-f3474ca130601a6c905cb2acbb8f4995a64b106c.tar.gz upstream-f3474ca130601a6c905cb2acbb8f4995a64b106c.tar.bz2 upstream-f3474ca130601a6c905cb2acbb8f4995a64b106c.zip |
busybox: vi: backporting patches to fix ZZ and :x command
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 0937ef9f30..b75b4551dd 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.26.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |