Git Product home page Git Product logo

misdn's Introduction

New build system for the external tree

In the past it was a problem to compile mISDN for newer kernel versions
which already have mISDN, you need to delete files in the kernel or
patch the kernel with the new version.
A second issue was, that some files in the standalone tree (Makefile and
some header files) were different to the in kernel version to allow proper
standalone builds. This caused higher maintenance effort to generate patches
for the kernel and for back porting kernel patches.
To solve this, I started to use autoconf/automake and generate a copy of the
driver tree for standalone compiles. The files are processed with sed to
make sure that here are no naming conflicts with the kernel.

1. The mISDN include files from include/linux are renamed (*.h --> *_s.h)
2. All CONFIG_MISDN* defines are changed to _MCONFIG_MISDN

These actions make it possible to compile mISDN standalone without
any influence from the in kernel mISDN version.

Steps to compile:

1. run ./configure
2. Copy mISDN.cfg.default to standalone/mISDN.cfg and edit it for you needs
   It contain a list with all CONFIG_MISDN* defines, one per line
   If you want to unset one feature, please set a '#' before it (do not
   remove the line!)
3. make modules
4. make modules_install

misdn's People

Contributors

arndb avatar arnysch avatar arvindyadavcs avatar crich avatar davem330 avatar elfring avatar eversberg avatar fweisbec avatar geliangtang avatar gregkh avatar gustavoarsilva avatar hanneseder-net avatar hharrison avatar htejun avatar ij1 avatar joeperches avatar kees avatar kengiter avatar kkeil avatar maciejsszmigiero avatar manuels avatar masahir0y avatar paulgortmaker avatar peterhuewe avatar roelkluin avatar segoon avatar smurfix avatar standby24x7 avatar ukleinek avatar xidiangeneral avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.