aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:24 +0000
commit5ce157d053852705977d08e8983717e954ec74ee (patch)
tree491f55d1fd5dcf804b61dddd843ebf4afeec021d /target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
parentbbbe814948834240891701a86d1cdc9dc7ea9d4e (diff)
downloadupstream-5ce157d053852705977d08e8983717e954ec74ee.tar.gz
upstream-5ce157d053852705977d08e8983717e954ec74ee.tar.bz2
upstream-5ce157d053852705977d08e8983717e954ec74ee.zip
ramips: rt305x: add support for the DIR-600 B1,B2 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom')
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom4
1 files changed, 3 insertions, 1 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 398ad79ecf..03ff4f81d4 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
@@ -31,7 +31,9 @@ case "$FIRMWARE" in
local board=$(ramips_board_name)
case $board in
- dir-300-b1)
+ dir-300-b1 | \
+ dir-600-b1 | \
+ dir-600-b2)
rt2x00_eeprom_extract "devdata" 16384 272
;;