aboutsummaryrefslogtreecommitdiff
path: root/package/utils/usbmode
Commit message (Collapse)AuthorAge
* treewide: update PKG_MIRROR_HASH to zstPaul Spooren2024-04-06
| | | | | | | When using zst instead of xz, the hash changes. This commit fixes the hash for packages and tools in core. Signed-off-by: Paul Spooren <mail@aparcar.org>
* treewide: use APK compatible version schemaPaul Spooren2024-03-22
| | | | | | | | | | | | | | | | | Different from OPKG, APK uses a deterministic version schema which chips the version into chunks and compares them individually. This enforces a certain schema which was previously entirely flexible. - Releases are added at the very and end prefixed with an `r` like `1.2.3-r3`. - Hashes are prefixed with a `~` like `1.2.3~abc123`. - Dates become semantic versions, like `2024.04.01` - Extra tags are possible like `_git`, `_alpha` and more. For full details see the APK test list: https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/master/test/version.data Signed-off-by: Paul Spooren <mail@aparcar.org>
* usbmode: update to version 2022-02-24Petr Štetiar2022-02-26
| | | | | | * usbmode: add config #0 and delay before actual config Signed-off-by: Petr Štetiar <ynezz@true.cz>
* usbmode: Update modeswitch data to 20191128Davide Fioravanti2020-02-22
| | | | | | Add support for new hardware Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
* package/: fix $(PROJECT_GIT) usageJohn Crispin2018-10-11
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* usbmode: Update modeswitch data to 20170806Rosen Penev2018-09-19
| | | | | | | Changed hotplug file to 600 as it is only read by procd, which runs as root. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: replace LEDE_GIT with PROJECT_GITJo-Philipp Wich2018-01-10
| | | | | | | Remove LEDE_GIT references in favor to the new name-agnostic PROJECT_GIT variable. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* usbmode: update to latest git HEADJohn Crispin2017-12-24
| | | | | | | | f40f84c support PantechMode d8dc335 support Quanta and Blackberry modes 333e486 fix support for Option modems Signed-off-by: John Crispin <john@phrozen.org>
* usbmode: remove devices with unsupported modesJulian Labus2017-05-31
| | | | | | | remove files which include the following mode options BlackberryMode OptionMode PantechMode QuantaMode Signed-off-by: Julian Labus <julian@labus-online.de>
* usbmode: update usb-modeswitch-data to 20170205Julian Labus2017-05-27
| | | | | | add support for new hardware Signed-off-by: Julian Labus <julian@labus-online.de>
* usbmode: update to latest versionJulian Labus2017-05-27
| | | | | | 453da8e convert-modeswitch.pl: fix message indices Signed-off-by: Julian Labus <julian@labus-online.de>
* usbmode: Update to latest HEADFlorian Fainelli2017-03-01
| | | | | | | | | | | Brings the following changes: 22f041e18df0 Extend StandardEject sequence to include LUN 1 61fdf7e9b1cc cmake: Search for libjson-c 2769852e76b5 cmake: Find libubox/blobmsg_json.h 8a47c4b6649f add TargetClass support Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* treewide: clean up and unify PKG_VERSION for git based downloadsFelix Fietkau2016-12-22
| | | | | | Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE Signed-off-by: Felix Fietkau <nbd@nbd.name>
* treewide: clean up download hashesFelix Fietkau2016-12-16
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* usbmode: rename data filesSimon Hailes2016-10-26
| | | | | | This is to ensure that git can be cloned onto a windows drive without failing. Signed-off-by: Simon Hailes <btsimonh@googlemail.com>
* source: Switch to xz for packages and tools where possibleDaniel Engberg2016-10-06
| | | | | | | | | | | * Change git packages to xz * Update mirror checksums in packages where they are used * Change a few source tarballs to xz if available upstream * Remove unused lines in packages we're touching, requested by jow- and blogic * We're relying more on xz-utils so add official mirror as primary source, master site as secondary. * Add SHA256 checksums to multiple git tarball packages Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* package/*: update git urls for project reposJohn Crispin2016-06-13
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* packages: use OPENWRT_GIT to point at the main openwrt git repoFelix Fietkau2016-01-04
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48118
* usbmode: update data filesJohn Crispin2015-04-01
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45219
* Add a few SPDX tagsSteven Barth2014-11-02
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* usbmode: update to latest gitJohn Crispin2014-08-26
| | | | | | | | this adds support for a new mode MBIM that auto detects the bConfigurationValue. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42298
* usbmode: update to latest git and also update the device databaseJohn Crispin2014-07-19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41761
* usbmode: switch to http:// instead of git://Felix Fietkau2014-03-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40027
* usbmode: update usb-modeswitch-data version to 20131113John Crispin2014-01-17
| | | | | | | | | https://dev.openwrt.org/ticket/14762 Signed-off-by: Alif M. Ahmad <ama_alif@yahoo.co.id> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39317
* usbmode: add an init script to switch devices that show up too early for the ↵Felix Fietkau2013-12-13
| | | | | | | | hotplug script Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39047
* usbmode: update to latest version, includes fix from #14062Felix Fietkau2013-08-20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37816
* packages: clean up the package folderJohn Crispin2013-06-21
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007