diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 16:01:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 16:01:29 +0200 |
commit | bb26c83fc653859ecbefc3777399e532129b4297 (patch) | |
tree | e76a526e8104f64dce994db996f39a3866c679de /package/busybox | |
parent | 7330eb454048ec7e892535df79eb49b59d819a7c (diff) |
even when vim is choosen, activate vi, f.e. crontab -e needs it
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 | ||||
-rw-r--r-- | package/busybox/config/editors/Config.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 30895d442..367bb2cae 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= busybox PKG_VERSION:= 1.16.1 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 319486ec65078d07fde26eb620fecde7 PKG_DESCR:= Core utilities for embedded Linux systems PKG_SECTION:= base diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index 3ebb16a6f..598514d95 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -76,7 +76,6 @@ config BUSYBOX_SED config BUSYBOX_VI bool "vi" - depends on !ADK_PACKAGE_VIM default y help 'vi' is a text editor. More specifically, it is the One True |