25 lines
837 B
Plaintext
25 lines
837 B
Plaintext
|
--- a/scripts/package/mkdebian
|
||
|
+++ b/scripts/package/mkdebian
|
||
|
@@ -98,7 +98,6 @@
|
||
|
packagename=linux-image-"$BRANCH$LOCALVERSION"
|
||
|
kernel_headers_packagename=linux-headers-"$BRANCH$LOCALVERSION"
|
||
|
libc_headers_packagename=linux-libc-dev
|
||
|
-dtb_packagename=linux-dtb-"$BRANCH$LOCALVERSION"
|
||
|
dbg_packagename=$packagename-dbg
|
||
|
|
||
|
if [ "$ARCH" = "um" ] ; then
|
||
|
@@ -199,12 +198,6 @@
|
||
|
This package provides userspaces headers from the Linux kernel. These headers
|
||
|
are used by the installed headers for GNU glibc and other system libraries.
|
||
|
Multi-Arch: same
|
||
|
-
|
||
|
-Package: $dtb_packagename
|
||
|
-Architecture: $debarch
|
||
|
-Provides: linux-dtb, linux-dtb-armbian, armbian-$BRANCH
|
||
|
-Description: Armbian Linux DTB, version $version $BRANCH
|
||
|
- This package contains device blobs from the Linux kernel, version $version
|
||
|
EOF
|
||
|
|
||
|
if is_enabled CONFIG_MODULES; then
|
||
|
|