Changeset 28283 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Apr 14, 2010 9:29:53 AM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r28278 r28283 25 25 #include "the-linux-kernel.h" 26 26 #include "version-generated.h" 27 #include "product-generated.h" 27 28 #include <linux/netdevice.h> 28 29 #include <linux/etherdevice.h> … … 72 73 module_exit(VBoxNetAdpLinuxUnload); 73 74 74 MODULE_AUTHOR( "Oracle Corporation");75 MODULE_DESCRIPTION( "VirtualBoxNetwork Adapter Driver");75 MODULE_AUTHOR(VBOX_VENDOR); 76 MODULE_DESCRIPTION(VBOX_PRODUCT " Network Adapter Driver"); 76 77 MODULE_LICENSE("GPL"); 77 78 #ifdef MODULE_VERSION -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r23961 r28283 76 76 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ 77 77 ${PATH_OUT}/version-generated.h=>version-generated.h \ 78 ${PATH_OUT}/product-generated.h=>product-generated.h \ 78 79 " 79 80
Note:
See TracChangeset
for help on using the changeset viewer.