libmobile: update hash & comment dongle_nl package

This commit is contained in:
Arun Muthusamy 2018-06-29 09:44:43 +02:00
parent f43aa248b8
commit 7fd4081ed6

View file

@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=libmobile
PKG_VERSION:=0.1
PKG_SOURCE_VERSION:=15c2f9f93e392f8f76ba3c8649f398d4198d2e5f
PKG_SOURCE_VERSION:=62db19a67357473f1f8eb7b36c5c48a0baad55c6
PKG_SOURCE_PROTO:=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
endef
define Package/dongle_nl
CATEGORY:=Utilities
TITLE:=Dongle Netlink
URL:=
DEPENDS:=+libuci +libubus +libblobmsg-json +libnl-genl
endef
#define Package/dongle_nl
# CATEGORY:=Utilities
# TITLE:=Dongle Netlink
# URL:=
# DEPENDS:=+libuci +libubus +libblobmsg-json +libnl-genl
#endef
define Package/libmobile/description
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
endef
define Package/dongle_nl/description
Dongle application handling netlink messages from kernel and sending them out on ubus.
endef
#define Package/dongle_nl/description
# Dongle application handling netlink messages from kernel and sending them out on ubus.
#endef
define Build/InstallDev
$(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
endef
define Package/dongle_nl/install
$(INSTALL_BIN) $(1)/sbin # make the dir
$(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_nl $(1)/sbin/
endef
#define Package/dongle_nl/install
# $(INSTALL_BIN) $(1)/sbin # make the dir
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/dongle_nl $(1)/sbin/
#endef
$(eval $(call BuildPackage,libmobile))
$(eval $(call BuildPackage,mdmngr))
$(eval $(call BuildPackage,dongle_nl))
#$(eval $(call BuildPackage,dongle_nl))