diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-26 08:28:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-26 08:28:22 +0000 |
commit | 15f6f67d18bea6174d026d6af944f4553bcc3c98 (patch) | |
tree | c684fad218e062da2678a7beaa426ff319b68e61 /target/linux/ar71xx/base-files/etc/hotplug.d | |
parent | 9f803fca447d570ebab89fa5ed6ccf4e9f31632d (diff) | |
download | upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.tar.gz upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.tar.bz2 upstream-15f6f67d18bea6174d026d6af944f4553bcc3c98.zip |
Netgear R6100 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43382
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index eef7ee1bcd..b5f0588863 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -38,6 +38,7 @@ board=$(ar71xx_board_name) case "$FIRMWARE" in "soc_wmac.eeprom") case $board in + r6100 | \ wndr3700v4 | \ wndr4300) ath9k_eeprom_extract "caldata" 4096 2048 |