ar8216: prefix mii_xxx functions to avoid kernel namespace pollution
[openwrt.git] / target / linux / x86_64 / Makefile
index f5aa422..ca0a05a 100644 (file)
@@ -12,12 +12,12 @@ BOARDNAME:=x86_64
 FEATURES:=ext4 vdi vmdk targz
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.14.9
+KERNEL_PATCHVER:=3.14
 
 KERNELNAME:=bzImage
 
 include $(INCLUDE_DIR)/target.mk
 
-DEFAULT_PACKAGES += kmod-e1000
+DEFAULT_PACKAGES += kmod-e1000 kmod-r8169
 
 $(eval $(call BuildTarget))