You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
655 B
12 lines
655 B
diff -up crda-3.18_2017.12.23/wireless-regdb-2017.12.23/Makefile.orig crda-3.18_2017.12.23/wireless-regdb-2017.12.23/Makefile |
|
--- crda-3.18_2017.12.23/wireless-regdb-2017.12.23/Makefile.orig 2018-04-30 14:56:17.934744786 -0400 |
|
+++ crda-3.18_2017.12.23/wireless-regdb-2017.12.23/Makefile 2018-04-30 14:57:15.182554167 -0400 |
|
@@ -59,7 +59,7 @@ regulatory.bin: db.txt $(REGDB_PRIVKEY) |
|
@echo Generating $@ digitally signed by $(REGDB_AUTHOR)... |
|
./db2bin.py regulatory.bin db.txt $(REGDB_PRIVKEY) |
|
|
|
-regulatory.db: db.txt db2fw.py |
|
+regulatory.db: db.txt db2fw.py $(REGDB_PRIVKEY) $(REGDB_PUBCERT) |
|
@echo "Generating $@" |
|
./db2fw.py regulatory.db db.txt |
|
|
|
|