From bb26c83fc653859ecbefc3777399e532129b4297 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Fri, 2 Jul 2010 16:01:29 +0200
Subject: even when vim is choosen, activate vi, f.e. crontab -e needs it

---
 package/busybox/Makefile                 | 2 +-
 package/busybox/config/editors/Config.in | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

(limited to 'package')

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
-- 
cgit v1.2.3