diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-05 21:47:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-05 21:47:27 +0000 |
commit | 4d6eb39b3cb1f00a94be5eb079ec94120b382430 (patch) | |
tree | 64713bb9f0089b6768980e9b19a9759ba7f2d6ab /packages/gpe-autostarter/gpe-autostarter-0.12 | |
parent | bf86b396fc10e477d183557b2decdb99049ac7b6 (diff) |
gpe-autostarter: add missing patch
Diffstat (limited to 'packages/gpe-autostarter/gpe-autostarter-0.12')
-rw-r--r-- | packages/gpe-autostarter/gpe-autostarter-0.12/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch | 12 |
2 files changed, 12 insertions, 0 deletions
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 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-autostarter/gpe-autostarter-0.12/.mtn2git_empty 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 index 0000000000..b375507ca8 --- /dev/null +++ b/packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch @@ -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> + |