diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-12-18 11:24:10 +0100 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2016-12-18 11:24:10 +0100 |
commit | 7264a0b342768350b04dab18ef7a59dc714f2997 (patch) | |
tree | ceffa81136fd5e1823a012b44a5b0bf6f6d99935 | |
parent | 723fec78b5dc66c64ea8c42c9f68f6001bb16e3a (diff) | |
download | eficast-7264a0b342768350b04dab18ef7a59dc714f2997.tar.gz eficast-7264a0b342768350b04dab18ef7a59dc714f2997.tar.bz2 eficast-7264a0b342768350b04dab18ef7a59dc714f2997.zip |
nic-firmware update
-rwxr-xr-x | make-boot-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-boot-image.sh b/make-boot-image.sh index c6728cf..006aad2 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -12,7 +12,7 @@ WGET="wget --no-check-certificate" KERNEL_TARBALL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.6.tar.xz KCONFIGLIB_MAIN_URL=https://raw.githubusercontent.com/ulfalizer/Kconfiglib/7eace27993ad3aa1d6911866d9c60a11f32d36d9/kconfiglib.py KCONFIGLIB_PATCH_URL=https://raw.githubusercontent.com/ulfalizer/Kconfiglib/7eace27993ad3aa1d6911866d9c60a11f32d36d9/makefile.patch -NIC_FIRMWARE_URL=http://fr.archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/nic-firmware_1.157_all.udeb +NIC_FIRMWARE_URL=http://fr.archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/nic-firmware_1.162_all.udeb BUSYBOX_BIN_URL=https://busybox.net/downloads/binaries/busybox-x86_64 PCI_IDS_URL=https://pci-ids.ucw.cz/v2.2/pci.ids USB_IDS_URL=https://usb-ids.gowdy.us/usb.ids |