diff options
author | Christian Heim <phreak@gentoo.org> | 2006-12-18 02:12:10 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-12-18 02:12:10 +0000 |
commit | 01a360c7263e985410f24582ddc4f4e43cf6a2f3 (patch) | |
tree | 5c8ffaa0825abcf62881bf3d1aafd8632e8fe522 /net-wireless/ipw2100/files | |
parent | Adding a patch for ipw2100 to work with kernel >=2.6.19. Thanks to Johan Hovo... (diff) | |
download | historical-01a360c7263e985410f24582ddc4f4e43cf6a2f3.tar.gz historical-01a360c7263e985410f24582ddc4f4e43cf6a2f3.tar.bz2 historical-01a360c7263e985410f24582ddc4f4e43cf6a2f3.zip |
Also including Johan Hovold's patch for kernel-2.6.19 and the removed config.h (thanks again to Johan Hovold <jhovold at gmail.com>, this time #157796).
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'net-wireless/ipw2100/files')
-rw-r--r-- | net-wireless/ipw2100/files/ipw2100-1.2.1-config.h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-wireless/ipw2100/files/ipw2100-1.2.1-config.h.patch b/net-wireless/ipw2100/files/ipw2100-1.2.1-config.h.patch new file mode 100644 index 000000000000..8b65bc8c7902 --- /dev/null +++ b/net-wireless/ipw2100/files/ipw2100-1.2.1-config.h.patch @@ -0,0 +1,12 @@ +--- ipw2100-1.2.1.orig/ipw2100.c 2006-12-11 15:12:53.000000000 +1100 ++++ ipw2100-1.2.1/ipw2100.c 2006-12-11 15:14:35.000000000 +1100 +@@ -134,7 +134,9 @@ + */ + + #include <linux/compiler.h> ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/errno.h> + #include <linux/if_arp.h> + #include <linux/in6.h> |