Skip to content

Commit f92896f

Browse files
authored
Merge pull request #170 from fbelavenuto/jme
Added jme module
2 parents aa614ca + f57fd13 commit f92896f

File tree

22 files changed

+9294
-2
lines changed

22 files changed

+9294
-2
lines changed

apollolake-4.4.180/jme.ko

53.6 KB
Binary file not shown.

broadwell-4.4.180/jme.ko

53.2 KB
Binary file not shown.

broadwellnk-4.4.180/jme.ko

53.2 KB
Binary file not shown.

bromolow-3.10.108/jme.ko

54.1 KB
Binary file not shown.

denverton-4.4.180/jme.ko

53.6 KB
Binary file not shown.

geminilake-4.4.180/jme.ko

53.2 KB
Binary file not shown.

r1000-4.4.180/jme.ko

53.2 KB
Binary file not shown.

src/3.x/defines.bromolow

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ CONFIG_R8169=m
6363

6464
CONFIG_E1000=m
6565

66+
CONFIG_JME=m
67+
6668
CONFIG_VMXNET3=m
6769

6870
nCONFIG_USB_USBNET=y

src/3.x/drivers/net/ethernet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ obj-$(CONFIG_NET_VENDOR_INTEL) += intel/
3333
#obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/
3434
#obj-$(CONFIG_NET_VENDOR_XSCALE) += xscale/
3535
#obj-$(CONFIG_IP1000) += icplus/
36-
#obj-$(CONFIG_JME) += jme.o
36+
obj-$(CONFIG_JME) += jme.o
3737
#obj-$(CONFIG_KORINA) += korina.o
3838
#obj-$(CONFIG_LANTIQ_ETOP) += lantiq_etop.o
3939
obj-$(CONFIG_NET_VENDOR_MARVELL) += marvell/

0 commit comments

Comments
 (0)