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 | aaeed76ded1ef1341faa16179fe2d6efd10fbbb1 (patch) | |
tree | 8671e8ddf80585664134680beaab966d157f00ad /target/linux/ramips/base-files | |
parent | 5c49a649609bd694c6484d852e2ff151d960cdc4 (diff) | |
download | upstream-aaeed76ded1ef1341faa16179fe2d6efd10fbbb1.tar.gz upstream-aaeed76ded1ef1341faa16179fe2d6efd10fbbb1.tar.bz2 upstream-aaeed76ded1ef1341faa16179fe2d6efd10fbbb1.zip |
ramips: unify eeprom file name for the built-in wireless MAC
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34860 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 | \ |