From 07ea8f5e098b6a5086a0c8338b83def5baf11056 Mon Sep 17 00:00:00 2001
From: MCUdude <hansibull@gmail.com>
Date: Mon, 21 Feb 2022 22:36:06 +0100
Subject: [PATCH] Add userrow and usersig aliases

---
 src/avrdude.conf.in | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in
index e5aacbd7..b362154f 100644
--- a/src/avrdude.conf.in
+++ b/src/avrdude.conf.in
@@ -16754,6 +16754,10 @@ part parent    ".avr8x"
         page_size	= 0x20;
         readsize	= 0x100;
     ;
+
+    memory "userrow"
+        alias "usersig";
+    ;
 ;
 
 #------------------------------------------------------------
@@ -16771,6 +16775,10 @@ part parent    ".avr8x"
         page_size	= 0x40;
         readsize	= 0x100;
     ;
+
+        memory "userrow"
+        alias "usersig";
+    ;
 ;
 
 #------------------------------------------------------------
@@ -18001,6 +18009,10 @@ part
         readsize  = 0x20;
     ;
 
+    memory "usersig"
+        alias "userrow";
+    ;
+
     memory "data"
         # SRAM, only used to supply the offset
         offset		= 0x1000000;
@@ -18837,6 +18849,10 @@ part parent    ".avrdx"
         page_size = 0x40;
         readsize  = 0x40;
     ;
+
+    memory "usersig"
+        alias "userrow";
+    ;
 ;
 
 #------------------------------------------------------------