直接 # ./patch-ker.sh c linux-3.16
出错:
更改为./patch-ker.sh c m linux-3.16
ok
具体查看patch-ker.sh文件
# Display usage of this script
usage () {
echo "usage: $0 c/l m/s kernelpath"
echo " if c/l is c, then copy. If l then link"
echo " if m/s is m, then use multi version code. If s then use single version code"
exit 1
}