Skip to content

Commit

Permalink
T6713: Build Realtek driver change source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Oct 18, 2024
1 parent 2359180 commit 510aa6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package-build/linux-kernel/build-realtek-r8152.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def add_depends(package_dir: str, package_name: str,
PACKAGE_NAME: str = 'vyos-drivers-realtek-r8152'
PACKAGE_VERSION: str = '2.18.1'
PACKAGE_DIR: str = f'{PACKAGE_NAME}-{PACKAGE_VERSION}'
SOURCES_ARCHIVE: str = 'r8152-2.18.1-1.tar.gz'
SOURCES_URL: str = f'https://github.com/bb-qq/r8152/archive/refs/tags/2.18.1-1.tar.gz'
SOURCES_ARCHIVE: str = 'r8152-2.18.1.tar.bz2'
SOURCES_URL: str = f'https://packages.vyos.net/source-mirror/r8152-2.18.1.tar.bz2'

# download sources
sources_archive = Path(SOURCES_ARCHIVE)
Expand Down

0 comments on commit 510aa6e

Please sign in to comment.