update 1.3.0

This commit is contained in:
github-actions[bot] 2022-11-23 12:27:40 +08:00
parent b6f638ba80
commit e55768fd02
13 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-apollolake.tgz", "name": "igc-apollolake.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-apollolake.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-apollolake.tgz",
"sha256": "8d2ddf95482fa98a4f0f6a93a2a90b78f06c6328d8acbdd1f0611fb9d7512bc3", "sha256": "748336b991decef10050fe31fdbf5f0098cd6353b126fbaf67de35c09db065a9",
"packed": true "packed": true
}, },
{ {

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-broadwell.tgz", "name": "igc-broadwell.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-broadwell.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-broadwell.tgz",
"sha256": "120f24df310b10c135999e3c7cdedcf5dd2d0dc8ce9d1c62a1a85fba7c74e8a2", "sha256": "2ece3efe1ea6645c47805869b2a4df57d3b663b780933173673afd8bcb16fc75",
"packed": true "packed": true
}, },
{ {

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-broadwellnk.tgz", "name": "igc-broadwellnk.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-broadwellnk.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-broadwellnk.tgz",
"sha256": "92dda598700b3ae8bac1cf52adc6349f2779b9220c15203cab662647c3d666d9", "sha256": "30382eaa6ecd2cfc61588a1407d382fee885c80fb3fca1b81fb8cb0f30879925",
"packed": true "packed": true
}, },
{ {

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-denverton.tgz", "name": "igc-denverton.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-denverton.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-denverton.tgz",
"sha256": "f96e62ec379bec1cda3893f950372b6a25465582df017a16c51b6f7048a3b2ca", "sha256": "64c42b4a17a79b5d8ef9a2cd837aae4914ca417241bac6bf4339d3b03762e1f7",
"packed": true "packed": true
}, },
{ {

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-geminilake.tgz", "name": "igc-geminilake.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-geminilake.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-geminilake.tgz",
"sha256": "614bb07ec21ce9e43263ae3b719137c92d13a8501362b858906a8e1db7607277", "sha256": "9a08e024567cab65a4c6c1206c3bbef481a15725a34eef8508498195cc4358ac",
"packed": true "packed": true
}, },
{ {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
{ {
"mod_version": "1.2.8", "mod_version": "1.3.0",
"files": [ "files": [
{ {
"name": "igc-v1000.tgz", "name": "igc-v1000.tgz",
"url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-v1000.tgz", "url": "https://raw.githubusercontent.com/jim3ma/synology-igc/master/igc/releases/igc-v1000.tgz",
"sha256": "f2a3e27b3974d53abaaf47ff4279cd54e747d5dfef93c65347fad33ddfb815c4", "sha256": "502776736a295cd470f2dcde50be725254afc65a6bf50da644ade231633a81f1",
"packed": true "packed": true
}, },
{ {

View File

@ -20,7 +20,7 @@
#include "backport_overflow.h" #include "backport_overflow.h"
#define DRV_SUMMARY "Intel(R) 2.5G Ethernet Linux Driver" #define DRV_SUMMARY "Intel(R) 2.5G Ethernet Linux Driver"
#define DRV_VERSION "1.2.8" #define DRV_VERSION "1.3.0"
#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK) #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)