Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update update_vendors.sh #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions back/update_vendors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ sudo cp *.txt 2_backup
sudo get-iab -v
sudo get-oui -v

# Rename files /usb/lib/ieee-data
mv -v ieee-oui.txt.bak ieee-oui.txt
mv -v ieee-iab.txt.bak ieee-iab.txt

# Update from ieee website
# sudo get-iab -v -u http://standards-oui.ieee.org/iab/iab.txt
# sudo get-oui -v -u http://standards-oui.ieee.org/oui/oui.txt
Expand Down