summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-16 12:09:13 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-16 12:09:13 +0000
commitdfad2f5e19c52f3f5c797dd84e4f20bf82c105f2 (patch)
tree86f611635f29c5d3b3c9c9fda26bfda24e4af7d8 /target
parent6e22e3291bae13bd362615c0f1a9b4ceb44c7fb5 (diff)
[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 000000000..17ada9ea4
--- /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