|
@@ -43,25 +43,14 @@ board=$(ramips_board_name)
|
|
case "$FIRMWARE" in
|
|
case "$FIRMWARE" in
|
|
"soc_wmac.eeprom")
|
|
"soc_wmac.eeprom")
|
|
case $board in
|
|
case $board in
|
|
- *)
|
|
|
|
- rt2x00_eeprom_die "Please define mtd-eeprom in $board DTS file!"
|
|
|
|
- ;;
|
|
|
|
- esac
|
|
|
|
- ;;
|
|
|
|
-
|
|
|
|
-"rt2x00pci_1_0.eeprom")
|
|
|
|
- case $board in
|
|
|
|
- cy-swr1100)
|
|
|
|
- rt2x00_eeprom_extract "factory" 8192 512
|
|
|
|
- ;;
|
|
|
|
- br-6475nd | rt-n56u | whr-600d | whr-1166d)
|
|
|
|
- rt2x00_eeprom_extract "factory" 32768 512
|
|
|
|
- ;;
|
|
|
|
tiny-ac)
|
|
tiny-ac)
|
|
wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
|
|
wifi_mac=$(mtd_get_mac_ascii u-boot-env INIC_MAC_ADDR)
|
|
rt2x00_eeprom_extract "factory" 0 512
|
|
rt2x00_eeprom_extract "factory" 0 512
|
|
rt2x00_eeprom_set_macaddr $wifi_mac
|
|
rt2x00_eeprom_set_macaddr $wifi_mac
|
|
;;
|
|
;;
|
|
|
|
+ *)
|
|
|
|
+ rt2x00_eeprom_die "Please define mtd-eeprom in $board DTS file!"
|
|
|
|
+ ;;
|
|
esac
|
|
esac
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|