소스 검색

Update tcp.sh

Chikage 8 년 전
부모
커밋
c5261548b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tcp.sh

+ 1 - 0
tcp.sh

@@ -123,6 +123,7 @@ startbbrmod(){
 		echo "obj-m := tcp_nanqinlang.o" > Makefile
 		make -C /lib/modules/$(uname -r)/build M=`pwd` modules CC=/usr/bin/gcc-4.9
 		install tcp_nanqinlang.ko /lib/modules/$(uname -r)/kernel
+		cp -rf ./tcp_nanqinlang.ko /lib/modules/$(uname -r)/kernel/net/ipv4
 		insmod /lib/modules/$(uname -r)/kernel/net/ipv4/tcp_nanqinlang.ko
 		depmod -a
 	fi