This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
iwd
Watch
3
Star
0
Fork
0
You've already forked iwd
mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced
2024-11-04 19:19:23 +01:00
Code
Releases
Activity
f97bca55e9
iwd
/
bootstrap
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial revision
2014-04-26 02:57:48 +02:00
#!/bin/sh
build: Add support for internal ELL compilation
2014-04-28 01:12:54 +02:00
if [ ! -d build-aux ]; then
mkdir build-aux
fi
autoreconf --force --install --symlink
Copy Permalink