mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 00:31:47 +00:00
Some clenaup, removed dragonboard820c, adjusted board descriptions, added another OPP for 3288 family,
48 lines
1.8 KiB
Diff
48 lines
1.8 KiB
Diff
reverted:
|
|
--- b/scripts/package/builddeb
|
|
+++ a/scripts/package/builddeb
|
|
@@ -293,7 +293,7 @@
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $packagename
|
|
+Provides: linux-image, linux-image-2.6, linux-modules-$version
|
|
-Provides: linux-image, linux-image-rockchip, linux-image-rockchip-4.4, linux-modules-$version
|
|
Architecture: any
|
|
Description: User Mode Linux kernel, version $version
|
|
User-mode Linux is a port of the Linux kernel to its own system call
|
|
@@ -310,7 +310,7 @@
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $packagename
|
|
+Provides: linux-image, linux-image-2.6, linux-modules-$version
|
|
-Provides: linux-image, linux-image-rockchip, linux-image-rockchip-4.4, linux-modules-$version
|
|
Suggests: $fwpackagename
|
|
Architecture: any
|
|
Description: Linux kernel, version $version
|
|
@@ -337,7 +337,7 @@
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $kernel_headers_packagename
|
|
+Provides: linux-headers, linux-headers-2.6
|
|
-Provides: linux-headers, linux-headers-rockchip, linux-headers-rockchip-4.4
|
|
Architecture: any
|
|
Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch}
|
|
This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
|
|
@@ -365,7 +365,7 @@
|
|
|
|
Package: $libc_headers_packagename
|
|
Section: devel
|
|
+Provides: linux-kernel-headers
|
|
-Provides: linux-kernel-headers, linux-kernel-headers-rockchip, linux-kernel-headers-rockchip-4.4
|
|
Architecture: any
|
|
Description: Linux support headers for userspace development
|
|
This package provides userspaces headers from the Linux kernel. These headers
|
|
@@ -395,7 +395,7 @@
|
|
|
|
Package: $dbg_packagename
|
|
Section: debug
|
|
+Provides: linux-debug, linux-debug-$version
|
|
-Provides: linux-debug, linux-debug-$version, linux-debug-rockchip, linux-debug-rockchip-4.4
|
|
Architecture: any
|
|
Description: Linux kernel debugging symbols for $version
|
|
This package will come in handy if you need to debug the kernel. It provides
|