From 2cced64c80ca314a9649d1bf2c5e943d21827bc1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 Mar 2024 11:40:49 +0100 Subject: kismet: update to 2023-07-R1 --- package/kismet/patches/patch-configure_in | 12 ------------ package/kismet/patches/patch-dumpfile_tuntap_h | 18 ------------------ 2 files changed, 30 deletions(-) delete mode 100644 package/kismet/patches/patch-configure_in delete mode 100644 package/kismet/patches/patch-dumpfile_tuntap_h (limited to 'package/kismet/patches') diff --git a/package/kismet/patches/patch-configure_in b/package/kismet/patches/patch-configure_in deleted file mode 100644 index cb7d45cbd..000000000 --- a/package/kismet/patches/patch-configure_in +++ /dev/null @@ -1,12 +0,0 @@ ---- kismet-2013-03-R1b.orig/configure.in 2013-03-27 15:41:48.000000000 +0100 -+++ kismet-2013-03-R1b/configure.in 2013-12-31 23:14:38.000000000 +0100 -@@ -406,9 +406,6 @@ AC_ARG_ENABLE(client, - ) - AC_SUBST(wantclient) - --# Add additional cflags since some distros bury panel.h --CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses" -- - termcontrol="none"; - - if test "$wantclient" = "yes"; then diff --git a/package/kismet/patches/patch-dumpfile_tuntap_h b/package/kismet/patches/patch-dumpfile_tuntap_h deleted file mode 100644 index f669446f5..000000000 --- a/package/kismet/patches/patch-dumpfile_tuntap_h +++ /dev/null @@ -1,18 +0,0 @@ ---- kismet-2013-03-R1b.orig/dumpfile_tuntap.h 2013-03-27 15:41:48.000000000 +0100 -+++ kismet-2013-03-R1b/dumpfile_tuntap.h 2014-01-02 20:53:21.000000000 +0100 -@@ -65,7 +65,15 @@ - #include "dumpfile.h" - - #ifdef SYS_LINUX -+#if defined(__GLIBC__) - #include -+#else -+#define IFF_TUN 0x0001 -+#define IFF_TAP 0x0002 -+#define IFF_NO_PI 0x1000 -+#define TUNSETNOCSUM _IOW('T', 200, int) -+#define TUNSETIFF _IOW('T', 202, int) -+#endif - - // Linux IEEE80211 link typ to set - #define LNX_LINKTYPE_80211 801 -- cgit v1.2.3