diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 16:09:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 16:09:03 +0000 |
commit | 8105c6badd80899f0546c07dde91bf20dc9fb06a (patch) | |
tree | d6393fc364d5aca720ac1804d4f1838308a58530 /target/linux/ramips/base-files | |
parent | c81b4475c91486b0734e39e1b60a0c67b2301341 (diff) | |
download | upstream-8105c6badd80899f0546c07dde91bf20dc9fb06a.tar.gz upstream-8105c6badd80899f0546c07dde91bf20dc9fb06a.tar.bz2 upstream-8105c6badd80899f0546c07dde91bf20dc9fb06a.zip |
ramips: unify eeprom file name for the built-in wireless MAC
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34860
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index 21c9f5f886..ace4c1acd5 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -28,9 +28,7 @@ rt2x00_eeprom_extract() { board=$(ramips_board_name) case "$FIRMWARE" in -"RT288X.eeprom" | \ -"RT305X.eeprom" | \ -"RT3883.eeprom") +"soc_wmac.eeprom") case $board in dir-300-b1 | \ dir-600-b1 | \ |