From cb3d39d02f09fa30aaa66d186c23998bc66438bb Mon Sep 17 00:00:00 2001 From: Arun Muthusamy Date: Fri, 29 Jun 2018 11:20:10 +0200 Subject: [PATCH] remove redundant package --- libmobile/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/libmobile/Makefile b/libmobile/Makefile index b7c012d75..248dc2826 100644 --- a/libmobile/Makefile +++ b/libmobile/Makefile @@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=libmobile PKG_VERSION:=0.1 -PKG_SOURCE_VERSION:=e602935c9f3bd2f92bb934aaa67ad59f9868e1b3 +PKG_SOURCE_VERSION:=3ae356959e6c6837fe5f8298603cfe9d85a1d405 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git@public.inteno.se:mobile-api.git @@ -31,13 +31,6 @@ 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/libmobile/description a library to communicate with dongles through HTTP requests endef @@ -46,10 +39,6 @@ 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 Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib $(INSTALL_DATA) $(PKG_BUILD_DIR)/libmobile.h $(1)/usr/include/ @@ -67,11 +56,5 @@ 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 - $(eval $(call BuildPackage,libmobile)) $(eval $(call BuildPackage,mdmngr)) -#$(eval $(call BuildPackage,dongle_nl))