source:
pkg/kev/non-free/rt2860-source/trunk/debian/patches/04_clean-install.patch
@
5498
| Revision 5498, 689 bytes checked in by alanbach-guest, 4 years ago (diff) |
|---|
-
os/linux/Makefile.6
# Do not install anything in build system's /etc directory, please # also, no point of running depmod as the module is not yet in /lib
a b clean: 72 72 rm -f ../../sta/.*.{cmd,flags,d} 73 73 74 74 install: 75 rm -rf $(DAT_PATH)76 $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)77 mkdir $(DAT_PATH)78 cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.79 75 install -d $(LINUX_SRC_MODULE) 80 76 install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE) 81 /sbin/depmod -a ${shell uname -r}82 77 83 78 uninstall: 84 # rm -rf $(DAT_PATH)85 79 rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME))) 86 /sbin/depmod -a ${shell uname -r}
Note: See TracBrowser
for help on using the repository browser.


