[package] owfs: do not override dependency after r27639
authorFlorian Fainelli <florian@openwrt.org>
Sun, 17 Jul 2011 12:49:48 +0000 (12:49 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 17 Jul 2011 12:49:48 +0000 (12:49 +0000)
SVN-Revision: 27640

utils/owfs/Makefile

index 04c7ef44c8632d3e916de4b04c4c9f80b1faa651..2f8d993021fd5dc79fb7cf7586dbda9773dbfc68 100644 (file)
@@ -100,8 +100,8 @@ endef
 
 define Package/owshell
   $(call Package/owfs/Utility)
-  DEPENDS:= +USE_UCLIBC:librpc
   TITLE:=OWFS - shell utilities
+  DEPENDS+= +USE_UCLIBC:librpc
 endef
 
 define Package/owshell/description