diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-25 13:23:06 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-25 13:23:58 +0800 |
commit | 0d304d4228332b2233d40207ca686083cb4a5ae1 (patch) | |
tree | f1b55345d6df1732dececef00b0d31dc6f7cb478 /package/utils/busybox/Makefile | |
parent | 474c31a20d834d24646837738355d7ffc2483efa (diff) | |
download | mtk-20170518-0d304d4228332b2233d40207ca686083cb4a5ae1.zip mtk-20170518-0d304d4228332b2233d40207ca686083cb4a5ae1.tar.gz mtk-20170518-0d304d4228332b2233d40207ca686083cb4a5ae1.tar.bz2 |
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 e4f159e..c1e60ea 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.25.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |