diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 1c27a6161..3681142df 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -41,12 +41,16 @@ endef define Package/vim-full $(call Package/vim/Default) TITLE+= (Normal) + PROVIDES:=vim + CONFLICTS:=vim endef define Package/vim-fuller $(call Package/vim/Default) TITLE+= (Big) + PROVIDES:=vim vim-full + CONFLICTS:=vim vim-full endef define Package/vim-runtime