git: kernel - Remove if_sl, if_ppp, and if_faith from the kernel build

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Mar 26 23:43:16 PDT 2017


commit 0baf00684b86029ecc285439ef7e5399648cb1d9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Mar 17 14:10:50 2017 -0700

    kernel - Remove if_sl, if_ppp, and if_faith from the kernel build
    
    * Remove if_sl, if_ppp, and if_faith from the kernel build.  These
      interfaces may be loaded as modules.
    
    * Add missing MODULE_VERSION for if_sl and if_ppp.  This allows these
      modules to be specified in /boot/loader.conf without crashing the
      kernel if the kernel already happens to build them in, for forwards
      and backwards run-time compatibility.

Summary of changes:
 sys/config/VKERNEL64       | 3 ---
 sys/config/X86_64_GENERIC  | 3 ---
 sys/net/ppp/if_ppp.c       | 2 ++
 sys/net/ppp_layer/Makefile | 2 +-
 sys/net/sl/Makefile        | 2 +-
 sys/net/sl/if_sl.c         | 2 ++
 6 files changed, 6 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0baf00684b86029ecc285439ef7e5399648cb1d9


-- 
DragonFly BSD source repository


More information about the Commits mailing list