From 0b656baa403fad74c68c8368bea2251a57b55aef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 26 Aug 2024 06:17:33 +0000 Subject: [PATCH] Revert "qfirehose: new package" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit df1cd5792a9b2e8514d7a34857a0369ee78b0ceb as the current licensing terms prevents use in FOSS projects: Under no circumstances may customers modify, demonstrate, use, deliver or disclose any portion of the Software in source code form. Signed-off-by: Petr Å tetiar --- utils/qfirehose/Makefile | 55 ---------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 utils/qfirehose/Makefile diff --git a/utils/qfirehose/Makefile b/utils/qfirehose/Makefile deleted file mode 100644 index 76e99c2ef1..0000000000 --- a/utils/qfirehose/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=qfirehose -PKG_VERSION:=1.4.9 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/nippynetworks/qfirehose/tar.gz/$(PKG_VERSION)? -PKG_HASH:=b7c04f9356823c6ee0f4ca152e8fd2015f34b95490cea68461a060993befadef - -PKG_MAINTAINER:=Oskari Rauta -PKG_LICENSE:= -PKG_LICENSE_FILES:=NOTICE - -include $(INCLUDE_DIR)/package.mk - -define Package/qfirehose - SECTION:=utils - CATEGORY:=Utilities - TITLE:=Quectel Firehose Recovery application - URL:=https://github.com/nippynetworks/qfirehose -endef - -define Package/qfirehose/description - Utility that is able to flash firmwares on Quectel's modems. - Usage: qfirehose -f FW_PATH - - Warning. - - - Use of software is completely on your own risk. - Flashing wrong firmware or failed flash can brick your modem permanently. - Avoid flashing, if device works without issues and updated firmware does not contain new necessary changes. - Do not flash, if you are not willing to take this risk or do not know what you are doing. - - - After succesful flashing, you should use terminal to issue factory reset for modem settings with AT&F command. - - - mPCIe users (mostly): If modem has completely disappeared after succesful flashing, reason might be that some firmware updates - set default mode to USB3 which is unsupported by some mPCIe slots, in this case, you should connect it to USB - port using mPCIe -> USB adapter, even most of cheap chinese modules can reveal device. After this you should issue - a command to use USB2, which may vary between models, but on most Quectel modems is: AT+QUSBCFG="SS",0 - Changing value on end of AT command 0 to 1, selects USB3 instead. Refer to documents of your modem. -endef - -define Build/Configure - $(RM) $(PKG_BUILD_DIR)/QFirehose -endef - -MAKE_ARGS += linux - -define Package/qfirehose/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/QFirehose $(1)/usr/bin/qfirehose -endef - -$(eval $(call BuildPackage,qfirehose)) -- 2.30.2