mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libmobile: update hash & comment dongle_nl package
This commit is contained in:
parent
f43aa248b8
commit
7fd4081ed6
1 changed files with 15 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
PKG_NAME:=libmobile
|
PKG_NAME:=libmobile
|
||||||
PKG_VERSION:=0.1
|
PKG_VERSION:=0.1
|
||||||
|
|
||||||
PKG_SOURCE_VERSION:=15c2f9f93e392f8f76ba3c8649f398d4198d2e5f
|
PKG_SOURCE_VERSION:=62db19a67357473f1f8eb7b36c5c48a0baad55c6
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git@public.inteno.se:mobile-api.git
|
PKG_SOURCE_URL:=git@public.inteno.se:mobile-api.git
|
||||||
|
|
||||||
|
|
@ -31,12 +31,12 @@ define Package/mdmngr
|
||||||
TITLE:=application package for 4g dongle stuff
|
TITLE:=application package for 4g dongle stuff
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dongle_nl
|
#define Package/dongle_nl
|
||||||
CATEGORY:=Utilities
|
# CATEGORY:=Utilities
|
||||||
TITLE:=Dongle Netlink
|
# TITLE:=Dongle Netlink
|
||||||
URL:=
|
# URL:=
|
||||||
DEPENDS:=+libuci +libubus +libblobmsg-json +libnl-genl
|
# DEPENDS:=+libuci +libubus +libblobmsg-json +libnl-genl
|
||||||
endef
|
#endef
|
||||||
|
|
||||||
define Package/libmobile/description
|
define Package/libmobile/description
|
||||||
a library to communicate with dongles through HTTP requests
|
a library to communicate with dongles through HTTP requests
|
||||||
|
|
@ -46,9 +46,9 @@ define Package/mdmngr/description
|
||||||
application using libmobile to communicate with a 4g dongle
|
application using libmobile to communicate with a 4g dongle
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dongle_nl/description
|
#define Package/dongle_nl/description
|
||||||
Dongle application handling netlink messages from kernel and sending them out on ubus.
|
# Dongle application handling netlink messages from kernel and sending them out on ubus.
|
||||||
endef
|
#endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib
|
||||||
|
|
@ -67,11 +67,11 @@ define Package/mdmngr/install
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdmngr $(1)/sbin/ # copy binaries to new directory
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mdmngr $(1)/sbin/ # copy binaries to new directory
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dongle_nl/install
|
#define Package/dongle_nl/install
|
||||||
$(INSTALL_BIN) $(1)/sbin # make the dir
|
# $(INSTALL_BIN) $(1)/sbin # make the dir
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_nl $(1)/sbin/
|
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_nl $(1)/sbin/
|
||||||
endef
|
#endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libmobile))
|
$(eval $(call BuildPackage,libmobile))
|
||||||
$(eval $(call BuildPackage,mdmngr))
|
$(eval $(call BuildPackage,mdmngr))
|
||||||
$(eval $(call BuildPackage,dongle_nl))
|
#$(eval $(call BuildPackage,dongle_nl))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue