mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
typo
This commit is contained in:
parent
727adb6942
commit
a1a387c945
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
PKG_NAME:=libmobile
|
||||
PKG_VERSION:=0.0.1
|
||||
|
||||
PKG_SOURCE_VERSION:=f43ef179f315efa5112e2492d4740e61b44ac362
|
||||
PKG_SOURCE_VERSION:=32cbbdc7eb7102821abd0940f1e1abfd0641994e
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git@public.inteno.se:mobile-api.git
|
||||
|
||||
|
|
@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
|
||||
define Package/libmobile
|
||||
CATEGORY:=Libraries
|
||||
#DEPENDS:=+libubox +ubus +libcurl +libjson-c +libxml +libxml2
|
||||
DEPENDS:=+libubox +ubus +libcurl +libjson-c +libxml2
|
||||
TITLE:=lib package for 4g dongle
|
||||
endef
|
||||
|
|
@ -52,7 +53,7 @@ endef
|
|||
define Package/libmobiled/install
|
||||
$(CP) ./files/* $(1)/ # copy from files to final image
|
||||
$(INSTALL_DIR) $(1)/sbin # make the dir
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_langauge $(1)/sbin/ # copy binaries to new directory
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_language $(1)/sbin/ # copy binaries to new directory
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libmobile))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue