mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:04:42 +02:00
add missing chunk from the last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25460 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ad389d3a0
commit
173883c72b
@ -34,7 +34,12 @@ TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
|||||||
|
|
||||||
define Package/libubox/install
|
define Package/libubox/install
|
||||||
$(INSTALL_DIR) $(1)/lib/
|
$(INSTALL_DIR) $(1)/lib/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/lib/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libubox.so $(1)/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/libblobmsg-json/install
|
||||||
|
$(INSTALL_DIR) $(1)/lib/
|
||||||
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libblobmsg_json.so $(1)/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libubox))
|
$(eval $(call BuildPackage,libubox))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user