From e2094e2b94747d92252512bf8f2b8ffc541daa6f Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Fri, 16 Oct 2015 16:22:28 +0200 Subject: [PATCH] contrib: offline_repo: fix package name of vanilla kernel --- contrib/rootfs/offline_repo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/rootfs/offline_repo.json b/contrib/rootfs/offline_repo.json index 0c54106..d09acb0 100644 --- a/contrib/rootfs/offline_repo.json +++ b/contrib/rootfs/offline_repo.json @@ -92,7 +92,7 @@ "tagged": true }, { - "pkgname": "linux-image-4.3.0-040300rc5-generic_4.3.0", + "pkgname": "linux-image-4.3.0-040300rc5-generic", "pkgdescription": "Vanilla Linux Kernel", "tagged": false, "urls": [ @@ -101,7 +101,7 @@ ] }, { - "pkgname": "linux-headers-4.3.0-040300rc5-generic_4.3.0", + "pkgname": "linux-headers-4.3.0-040300rc5-generic", "pkgdescription": "Vanilla Linux Kernel Headers", "tagged": false, "urls": [ -- GitLab