Jump to content
XPEnology Community

Sephiroth

Rookie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Sephiroth

  1. 14 minutes ago, yanjun said:

    for example:

    clone related driver form https://github.com/torvalds/linux/tree/master/drivers(But this is not a recommended practice. If the source of the group Synology GPL7.0 is released and the drivers you need are in the drivers folder, the best practice is to select the driver from the synology GPL source.)

     

     

    
    cd drivers/net/ethernet/intel/ixgbe
    make CONFIG_IXGBE=m CROSS_COMPILE=/usr/local/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu- -C /usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/lib/modules/DSM-7.0/build/ M=`pwd` modules 

    notice: CONFIG_IXGBE=m  you need found the CONFIG_IXGBE string form Makefile in /drivers/net/ethernet/intel/ixgbe if you want to compile other drivers

    I want to build a driver for reltek8111e,What can I do?there's no rtl8168's src in original Linux kernel src.

×
×
  • Create New...