Add debian packaging #1

Merged
hwelte merged 7 commits from osmith/rtl8168-eeprom:osmith/debian into master 2022-05-16 12:07:41 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 313de8d95e - Show all commits

View File

@ -498,6 +498,8 @@ static void iterate_devices(struct pci_access *pa, char *filter_id, char *filter
if (new_mac)
exit(0);
}
die("no matching device found!\n");
}
int main(int argc, char **argv)