diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-02 09:57:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-02 09:57:07 +0000 |
commit | 23719bc83fd83bb97f4a1b1dd3f827695d650466 (patch) | |
tree | 81532aebbd7c823d49e515c0caa22e2d01c0d396 /packages/gpe-conf/gpe-conf-0.2.5 | |
parent | 00c46ae2b2e759a80bbae6fe9871981e28c46533 (diff) |
gpe-conf: make it build with wireless includes changes - close #2095
Diffstat (limited to 'packages/gpe-conf/gpe-conf-0.2.5')
-rw-r--r-- | packages/gpe-conf/gpe-conf-0.2.5/wireless.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch b/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch new file mode 100644 index 0000000000..4e52f8b092 --- /dev/null +++ b/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- gpe-conf-0.2.5/modules/sysinfo.c~wireless ++++ gpe-conf-0.2.5/modules/sysinfo.c +@@ -28,6 +28,8 @@ + #include <sys/utsname.h> + + #include <sys/socket.h> ++#include <linux/types.h> ++#include <linux/if.h> + #include <linux/wireless.h> + #include <sys/ioctl.h> + |