diff options
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d/firmware')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 30de434ae1..020abe2913 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -146,6 +146,9 @@ case "$FIRMWARE" in ubnt,rocket-m) ath9k_eeprom_extract "art" 4096 4096 ;; + pqi,air-pen) + ath9k_eeprom_extract "art" 4096 2002 + ;; ubnt,unifi) ath9k_eeprom_extract "art" 4096 2048 ;; |