aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom')
-rw-r--r--target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
index cac955905a..36ab24e2df 100644
--- a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
+++ b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
@@ -12,29 +12,6 @@ case "$FIRMWARE" in
8dev,rambutan)
caldata_extract "caldata" 0x1000 0x800
;;
- netgear,wndr3700-v4|\
- netgear,wndr4300|\
- netgear,wndr4300sw|\
- netgear,wndr4300tn|\
- netgear,wndr4300-v2|\
- netgear,wndr4500-v3)
- caldata_extract "caldata" 0x1000 0x440
- ;;
- *)
- caldata_die "board $board is not supported yet"
- ;;
- esac
- ;;
-"ath9k-eeprom-pci-0000:00:00.0.bin")
- case $board in
- netgear,wndr3700-v4|\
- netgear,wndr4300|\
- netgear,wndr4300sw|\
- netgear,wndr4300tn|\
- netgear,wndr4300-v2|\
- netgear,wndr4500-v3)
- caldata_extract "caldata" 0x5000 0x440
- ;;
*)
caldata_die "board $board is not supported yet"
;;