Advertisement
Guest User

ARV752DPW22-hotplug-firmware-wifi-eeprom

a guest
Mar 26th, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.63 KB | None | 0 0
  1. diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
  2. index e3509bd..44ce7c3 100644
  3. --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
  4. +++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
  5. @@ -37,4 +37,15 @@ case "$FIRMWARE" in
  6.         ;;
  7.     esac
  8.     ;;
  9. +"RT3062.eeprom" )
  10. +   local board=$(lantiq_board_id)
  11. +   case $board in
  12. +   ARV752DPW22)
  13. +       rt2x00_eeprom_extract "board_config" 1040 272
  14. +       ;;
  15. +   *)
  16. +       rt2x00_eeprom_die "board $board is not supported yet"
  17. +       ;;
  18. +   esac
  19. +   ;;
  20.  esac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement