Skip to content

Commit

Permalink
uncomment depmod
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Jun 12, 2014
1 parent 6cc5abb commit e627694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ install:
install -d $(DESTDIR)/lib/firmware/rtlwifi
install -m644 rtl8192dufw.bin $(DESTDIR)/lib/firmware/rtlwifi
install -m644 rtl8192dufw_wol.bin $(DESTDIR)/lib/firmware/rtlwifi
#/sbin/depmod -a ${KVER}
/sbin/depmod -a ${KVER}

uninstall:
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko
Expand Down

0 comments on commit e627694

Please sign in to comment.