Commit 4d96c292 authored by A. Hahn's avatar A. Hahn

pcie-wb: added KERNELVER to depmod command

parent 400be9cc
......@@ -25,7 +25,7 @@ install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) INSTALL_MOD_PATH=$(STAGING) modules_install
mkdir -p $(STAGING)/etc/udev/rules.d
cp 95-pcie-wb.rules $(STAGING)/etc/udev/rules.d
[ $$(id -u) -ne 0 ] || depmod -a
[ $$(id -u) -ne 0 ] || depmod -a $(KERNELVER)
[ $$(id -u) -ne 0 ] || groupadd wishbone || true
clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment