feature: Added script to generate config for new OS (#7161)

* feature: Added script to generate config for new OS

* scrut fixes
This commit is contained in:
Neil Lathwood
2017-09-04 21:38:09 +01:00
committed by GitHub
parent da0dcda409
commit edae33507a
4 changed files with 200 additions and 0 deletions

7
misc/mib2c.conf Normal file
View File

@@ -0,0 +1,7 @@
@open -@
data:
@foreach $t table@
@foreach $c column@
- { name: $c, oid: $c.objectID }
@end@
@end@