Explorar el Código

depend on libubox

SVN-Revision: 37092
Mirko Vogt hace 12 años
padre
commit
8221b89088
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/system/ubox/Makefile

+ 1 - 1
package/system/ubox/Makefile

@@ -24,7 +24,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
 define Package/ubox
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+ubusd +ubus +libuci +USE_EGLIBC:librt
+  DEPENDS:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
   TITLE:=OpenWrt system helper toolbox
 endef