This is small fix update:
- Update the package's number version.
This commit is contained in:
parent
6dbe85a80e
commit
90d1221368
|
@ -1,3 +1,9 @@
|
||||||
|
2014-12-29 0.1.1
|
||||||
|
Summary:
|
||||||
|
This is small fix update:
|
||||||
|
|
||||||
|
Fix:
|
||||||
|
- Update the package's number version.
|
||||||
|
|
||||||
2014-09-08 0.1.0
|
2014-09-08 0.1.0
|
||||||
Summary:
|
Summary:
|
||||||
|
|
|
@ -21,12 +21,12 @@ popd
|
||||||
|
|
||||||
|
|
||||||
# Download bnx2's firmware and uncompress it
|
# Download bnx2's firmware and uncompress it
|
||||||
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-bnx2_0.41_all.deb
|
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-bnx2_0.43_all.deb
|
||||||
dpkg-deb -x firmware-bnx2_0.41_all.deb "${TEMP_DIR}"/mkinitrd
|
dpkg-deb -x firmware-bnx2_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
||||||
|
|
||||||
# Download tigon(all non-free)'s firmware and uncompress it
|
# Download tigon(all non-free)'s firmware and uncompress it
|
||||||
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_0.41_all.deb
|
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_0.43_all.deb
|
||||||
dpkg-deb -x firmware-linux-nonfree_0.41_all.deb "${TEMP_DIR}"/mkinitrd
|
dpkg-deb -x firmware-linux-nonfree_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
||||||
|
|
||||||
|
|
||||||
# Make a new initrd
|
# Make a new initrd
|
||||||
|
|
Loading…
Reference in New Issue