Explorar o código

update version number

Tomás Pinho %!s(int64=6) %!d(string=hai) anos
pai
achega
10ae340626
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      dkms-install.sh
  2. 1 1
      dkms-remove.sh

+ 1 - 1
dkms-install.sh

@@ -9,7 +9,7 @@ fi
 
 DRV_DIR=rtl8821ce
 DRV_NAME=rtl8821ce
-DRV_VERSION=v5.2.5_1.26055.20180108.1 # could not find version history, assuming 1.0
+DRV_VERSION=v5.5.2_34066.20190614
 
 cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
 

+ 1 - 1
dkms-remove.sh

@@ -9,7 +9,7 @@ fi
 
 DRV_DIR=rtl8821ce
 DRV_NAME=rtl8821ce
-DRV_VERSION=v5.2.5_1.26055.20180108.1 # could not find version history, assuming 1.0
+DRV_VERSION=v5.5.2_34066.20190614
 
 dkms remove ${DRV_NAME}/${DRV_VERSION} --all
 rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}