Skip to content

Commit

Permalink
add experimental replace precompiled wl.ko driver
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyPopovNew committed Sep 9, 2014
1 parent 9e17857 commit 4dd4d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release/src/router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,10 @@ gen_target:
else \
rm -rf $(TARGETDIR)/iNIC_RT3352/ ; \
fi
# experimental: driver from 376.2048 wl.ko
rm -f $(TARGETDIR)/lib/modules/*/kernel/drivers/net/wl/wl.ko
cp -f $(SRCBASE)/wl/sysdeps/376.2048/wl.ko $(TARGETDIR)/lib/modules/*/kernel/drivers/net/wl

##!!TB find $(TARGETDIR)/lib/modules -name *.o -exec mipsel-linux-strip --strip-unneeded {} \;
find $(TARGETDIR)/lib/modules -name *.o -exec $(STRIP) --strip-debug --strip-unneeded {} \;
find $(TARGETDIR)/lib/modules -name *.ko -exec $(STRIP) --strip-debug --strip-unneeded {} \;
Expand Down

0 comments on commit 4dd4d6b

Please sign in to comment.