ramips: rt3883: change eeprom file name
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 20:06:21 +0000 (20:06 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 20:06:21 +0000 (20:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30603 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/arch/mips/ralink/rt3883/devices.c

index 058402a..943f8e1 100644 (file)
@@ -311,7 +311,7 @@ static struct resource rt3883_wlan_resources[] = {
 };
 
 static struct rt2x00_platform_data rt3883_wlan_data = {
-       .eeprom_file_name       = "rt3883.eeprom",
+       .eeprom_file_name       = "RT3883.eeprom",
 };
 
 static struct platform_device rt3883_wlan_device = {
This page took 0.028083 seconds and 4 git commands to generate.