Files
panda-meb/drivers/linux/dkms.conf
Jeff Palmer d346d2ec33 Add DKMS support
This will add dkms support, and make installations easier. Especially
when upgrading the system from one kernel version to another. DKMS will
handle kernel upgrades automatically.
2017-07-31 11:21:30 -04:00

7 lines
146 B
Plaintext

PACKAGE_NAME="panda"
PACKAGE_VERSION="0.0.1"
BUILT_MODULE_NAME[0]="panda"
DEST_MODULE_LOCATION[0]="/kernel/drivers/net/panda/"
AUTOINSTALL="yes"