aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-16 12:09:13 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-16 12:09:13 +0000
commit28c078fca1337aeff835f3a6ac6de438768280fd (patch)
tree86f611635f29c5d3b3c9c9fda26bfda24e4af7d8 /target
parentd71a26b0b1cb9f8b77ff6ee41833a92473b458da (diff)
downloadmaster-187ad058-28c078fca1337aeff835f3a6ac6de438768280fd.tar.gz
master-187ad058-28c078fca1337aeff835f3a6ac6de438768280fd.tar.bz2
master-187ad058-28c078fca1337aeff835f3a6ac6de438768280fd.zip
[kernel/2.6.32] backport a missing eeprom 93cx6 define for building rt2x00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.32/034-eeprom_93cx6_backport.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.32/034-eeprom_93cx6_backport.patch b/target/linux/generic/patches-2.6.32/034-eeprom_93cx6_backport.patch
new file mode 100644
index 0000000000..17ada9ea46
--- /dev/null
+++ b/target/linux/generic/patches-2.6.32/034-eeprom_93cx6_backport.patch
@@ -0,0 +1,10 @@
+--- a/include/linux/eeprom_93cx6.h
++++ b/include/linux/eeprom_93cx6.h
+@@ -30,6 +30,7 @@
+ #define PCI_EEPROM_WIDTH_93C46 6
+ #define PCI_EEPROM_WIDTH_93C56 8
+ #define PCI_EEPROM_WIDTH_93C66 8
++#define PCI_EEPROM_WIDTH_93C86 8
+ #define PCI_EEPROM_WIDTH_OPCODE 3
+ #define PCI_EEPROM_WRITE_OPCODE 0x05
+ #define PCI_EEPROM_READ_OPCODE 0x06