From dfad2f5e19c52f3f5c797dd84e4f20bf82c105f2 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 16 Apr 2012 12:09:13 +0000 Subject: [PATCH] [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 --- .../generic/patches-2.6.32/034-eeprom_93cx6_backport.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-2.6.32/034-eeprom_93cx6_backport.patch 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 -- 2.11.0