mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
sendat: add AT Commnad package
This commit is contained in:
parent
6df7d6894f
commit
912cb4bdc1
34
package/wwan/app/sendat/Makefile
Normal file
34
package/wwan/app/sendat/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sendat
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/ouyangzq/sendat.git
|
||||
PKG_SOURCE_DATE:=2023-10-26
|
||||
PKG_SOURCE_VERSION:=c830885db5bb8ae2dcb10b1bfeab481f14935dd1
|
||||
PKG_MIRROR_HASH:=898a3e98babcafb9f200b80f840dfc655d44df7471180d093fffd00c10194360
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/sendat
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU :=CPE
|
||||
TITLE:=Sendat AT
|
||||
DEPENDS:=+libpthread
|
||||
endef
|
||||
|
||||
define Package/sendat/description
|
||||
AT Commnad for sendat test
|
||||
endef
|
||||
|
||||
MAKE_PATH:=src
|
||||
|
||||
define Package/sendat/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/sendat $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,sendat))
|
Loading…
Reference in New Issue
Block a user