We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9c79c commit 7b9d7f0Copy full SHA for 7b9d7f0
.gitignore
@@ -13,3 +13,4 @@ compat/*.ko
13
modules.order
14
modules
15
*.patch
16
+debs/
bin/get-compat-kernels
@@ -125,6 +125,9 @@ function get_ubuntu_kernels() {
125
KERNELS="$KERNELS ${KPATH}/v3.4.4-quantal/linux-headers-3.4.4-030404-generic_3.4.4-030404.201206221555_${TARGET}.deb"
126
KERNELS="$KERNELS ${KPATH}/v3.4.4-quantal/linux-image-3.4.4-030404-generic_3.4.4-030404.201206221555_${TARGET}.deb"
127
128
+ mkdir -p debs
129
+ cd debs
130
+
131
for i in $KERNELS; do
132
FILE=$(basename $i)
133
PKG=$(echo $FILE | awk -F"_" '{print $1}')
0 commit comments