diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/kismet/kismet-2005-01-R1 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/kismet/kismet-2005-01-R1')
-rw-r--r-- | packages/kismet/kismet-2005-01-R1/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/kismet/kismet-2005-01-R1/no-lib-modules-uname-include.diff | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/kismet/kismet-2005-01-R1/.mtn2git_empty b/packages/kismet/kismet-2005-01-R1/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/kismet/kismet-2005-01-R1/.mtn2git_empty diff --git a/packages/kismet/kismet-2005-01-R1/no-lib-modules-uname-include.diff b/packages/kismet/kismet-2005-01-R1/no-lib-modules-uname-include.diff index e69de29bb2..9be6fd3bd0 100644 --- a/packages/kismet/kismet-2005-01-R1/no-lib-modules-uname-include.diff +++ b/packages/kismet/kismet-2005-01-R1/no-lib-modules-uname-include.diff @@ -0,0 +1,15 @@ +--- configure.orig 2005-02-21 12:12:23.061566024 +0000 ++++ configure 2005-02-21 12:12:34.560817872 +0000 +@@ -6225,9 +6225,9 @@ + if test "$wireless" = "yes"; then + # If we're compiling under linux and we need the wireless extentions, + # then we should try to look in the current kernel module build dir, too. +- if test "$linux" = "yes"; then +- CPPFLAGS="$CPPFLAGS -I/lib/modules/$(uname -r)/build/include/" +- fi ++ #if test "$linux" = "yes"; then ++ # CPPFLAGS="$CPPFLAGS -I/lib/modules/$(uname -r)/build/include/" ++ #fi + + echo "$as_me:$LINENO: checking that linux/wireless.h is what we expect" >&5 + echo $ECHO_N "checking that linux/wireless.h is what we expect... $ECHO_C" >&6 |