sabotage-linux/libnl-tiny
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
LIBNL-TINY ========== libnl-tiny is a tiny replacement for libnl versions 1 and 2 it was originally developed by openwrt and can be found in their git repo. upstream URL: git://git.openwrt.org/project/libnl-tiny.git web interface: https://git.openwrt.org/?p=project/libnl-tiny.git;a=shortlog the version used in this fork is equivalent to upstream commit 28c44ca97cd546ef8168e7476472a0da022b3421. and comes with a much improved Makefile and other portability fixes that make it possible to use libnl-tiny outside the openwrt source tree. libnl-tiny is known to work without issues with at least: iw, wpa-supplicant, kismet, aircrack-ng, libpcap so far there are no known packages expecting libnl that cannot be built against libnl-tiny. BUILD/INSTALL ============= make prefix=/usr DESTDIR=foo all install you can place custom CFLAGS and other variables used in Makefile in config.mak. the user supplied variables override the ones used in the Makefile. if you need only a static library, run make ALL_LIBS=libnl-tiny.a prefix=/usr DESTDIR=foo all install LIBNL1_COMPAT ============= if you compile a package against libnl-tiny, and get error messages about nl_handle*, add -DLIBNL1_COMPAT to your CPPFLAGS or CFLAGS when you run the packages configure script or Makefile. RELEASE TARBALLS ================ release tarballs matching the equivalent git tags of this repo can be found at * DE : http://ftp.barfooze.de/pub/sabotage/tarballs * GR : http://foss.aueb.gr/mirrors/linux/sabotage/tarballs * UK : http://dl.2f30.org/mirrors/sabotage/tarballs