mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
kernel26-olinuxino: remove build symlink from the kernel package
This commit is contained in:
parent
60054c0bd7
commit
e149e9e15f
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ package_kernel26-olinuxino() {
|
|||
elftosb -z -c ./imx-bootlets-olinuxino/linux.bd -o ${pkgdir}/boot/oli-${_kernver}.sb
|
||||
|
||||
# remove build and source links
|
||||
rm -f ${pkgdir}/usr/lib/modules/${_kernver}/{source,build}
|
||||
rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
|
||||
|
||||
# Now we call depmod...
|
||||
depmod -b "$pkgdir" -F System.map "$_kernver"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
KERNEL_NAME=-olinuxino
|
||||
KERNEL_VERSION=2.6.35-6-ARCH+
|
||||
KERNEL_VERSION=2.6.35-7-ARCH+
|
||||
|
||||
flush_kernel() {
|
||||
echo "Do you want the new kernel flashed onto mmcblk0p1? [y|N] "
|
||||
|
|
Loading…
Reference in a new issue