kernel26-olinuxino: remove build symlink from the kernel package

This commit is contained in:
Kiril Zyapkov 2012-09-21 15:40:35 +03:00
parent 60054c0bd7
commit e149e9e15f
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ package_kernel26-olinuxino() {
elftosb -z -c ./imx-bootlets-olinuxino/linux.bd -o ${pkgdir}/boot/oli-${_kernver}.sb elftosb -z -c ./imx-bootlets-olinuxino/linux.bd -o ${pkgdir}/boot/oli-${_kernver}.sb
# remove build and source links # 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... # Now we call depmod...
depmod -b "$pkgdir" -F System.map "$_kernver" depmod -b "$pkgdir" -F System.map "$_kernver"

View file

@ -1,5 +1,5 @@
KERNEL_NAME=-olinuxino KERNEL_NAME=-olinuxino
KERNEL_VERSION=2.6.35-6-ARCH+ KERNEL_VERSION=2.6.35-7-ARCH+
flush_kernel() { flush_kernel() {
echo "Do you want the new kernel flashed onto mmcblk0p1? [y|N] " echo "Do you want the new kernel flashed onto mmcblk0p1? [y|N] "