diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:10 +0000 |
commit | 9085b05d9e713e48edc2fe76346ae04687f018ca (patch) | |
tree | 30a0c8ee67c4d1e06a17f39d548d79c57fa7968e /target/linux/ramips/base-files/etc | |
parent | 46b101ad0a3034ea76c98dbd4e6ebb7f26d72ba2 (diff) | |
download | upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.tar.gz upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.tar.bz2 upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.zip |
ramips: rt305x: support for wr512-3gn-like routers
Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx>
SVN-Revision: 28052
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 3 |
1 files changed, 2 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 a54edbabe7..0f50c9bc1b 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 @@ -54,7 +54,8 @@ case "$FIRMWARE" in rt-n15 | \ v22rw-2x2 | \ wcr150gn | \ - whr-g300n) + whr-g300n | \ + wr512-3gn) rt2x00_eeprom_extract "factory" 0 272 ;; |