Browse Source

even when vim is choosen, activate vi, f.e. crontab -e needs it

Waldemar Brodkorb 14 years ago
parent
commit
bb26c83fc6
2 changed files with 1 additions and 2 deletions
  1. 1 1
      package/busybox/Makefile
  2. 0 1
      package/busybox/config/editors/Config.in

+ 1 - 1
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

+ 0 - 1
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