[openssh-client-utils] dont add libgcc two times

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25477 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2011-02-12 16:37:40 +00:00
parent 27825adb77
commit dca96d5027

View File

@ -47,7 +47,7 @@ endef
define Package/openssh-client-utils
$(call Package/openssh/Default)
DEPENDS+= +openssh-client +openssh-keygen +libgcc
DEPENDS+= +openssh-client +openssh-keygen
TITLE+= client utilities
endef