PN: linux
PV: 2.6.36
PR: r4
PKGV: 2.6.36
PKGR: r4
DESCRIPTION_kernel-module-can: can kernel module; Controller Area Network PF_CAN core
RDEPENDS_kernel-module-can: update-modules kernel-2.6.36.1
PKG_kernel-module-can: kernel-module-can
FILES_kernel-module-can: /lib/modules/2.6.36.1/kernel/net/can/can.ko /etc/modutils/can /etc/modutils/can.conf /etc/modprobe.d/can.conf
pkg_postinst_kernel-module-can: #!/bin/sh\nif [ -n "$D" ]; then\n\tarm-oe-linux-gnueabi-depmod-2.6 -A -b $D -F /home/rob/work/oe/build/2.6.36_minimal/sysroots/ts72xx-oe-linux-gnueabi/kernel/System.map-2.6.36.1 2.6.36.1\nelse\n\tdepmod -a 2.6.36.1\n\tupdate-modules || true\nfi\n\n
pkg_postrm_kernel-module-can: #!/bin/sh\nupdate-modules || true\n\n
