gpe-autostarter: add missing patch
authorKoen Kooi <koen@openembedded.org>
Sat, 5 May 2007 21:47:27 +0000 (21:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 May 2007 21:47:27 +0000 (21:47 +0000)
packages/gpe-autostarter/gpe-autostarter-0.12/.mtn2git_empty [new file with mode: 0644]
packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch [new file with mode: 0644]

diff --git a/packages/gpe-autostarter/gpe-autostarter-0.12/.mtn2git_empty b/packages/gpe-autostarter/gpe-autostarter-0.12/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch b/packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch
new file mode 100644 (file)
index 0000000..b375507
--- /dev/null
@@ -0,0 +1,12 @@
+--- gpe-autostarter-0.12/net.c.orig    2007-04-30 21:26:40.000000000 +0200
++++ gpe-autostarter-0.12/net.c 2007-04-30 21:33:20.000000000 +0200
+@@ -18,7 +18,9 @@
+ #include <locale.h>
+ #include <signal.h>
++#include <linux/types.h>
+ #include <sys/socket.h>
++#include <linux/if.h>
+ #include <linux/wireless.h>
+ #include <sys/ioctl.h>