Skip to content

Commit 2984083

Browse files
committed
ODROID: fix the source package name to 'linux-X.Y.Z-odroid' from 'linux-upstream'
Change-Id: Id77d2be18c03c2510e5c480f3e3d46e0bcf10e55 Signed-off-by: Dongjin Kim <[email protected]>
1 parent 7acfd05 commit 2984083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/package/builddeb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ maintainer="$name <$email>"
232232

233233
# Generate a simple changelog template
234234
cat <<EOF > debian/changelog
235-
linux-upstream ($packageversion) unstable; urgency=low
235+
linux-$packageversion-odroid ($packageversion) unstable; urgency=low
236236
237237
* Custom built Linux kernel.
238238
@@ -261,7 +261,7 @@ EOF
261261

262262
# Generate a control file
263263
cat <<EOF > debian/control
264-
Source: linux-upstream
264+
Source: linux-$packageversion-odroid
265265
Section: kernel
266266
Priority: optional
267267
Maintainer: $maintainer

0 commit comments

Comments
 (0)