From e0305c807a1e5545e385dec2fa40858fffaf23a3 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 22 Jun 2020 13:50:08 +0800 Subject: [PATCH] r8168: cancel default selection --- package/lean/r8168/Makefile | 1 - target/linux/x86/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package/lean/r8168/Makefile b/package/lean/r8168/Makefile index 509386180..02cf885c9 100644 --- a/package/lean/r8168/Makefile +++ b/package/lean/r8168/Makefile @@ -24,7 +24,6 @@ define KernelPackage/r8168 VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) FILES:= $(PKG_BUILD_DIR)/r8168.ko AUTOLOAD:=$(call AutoProbe,r8168) - DEFAULT:=y endef define Package/r8168/description diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 5599d02f4..ece742a83 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -25,7 +25,7 @@ htop lm-sensors autocore automount autosamba luci-app-ipsec-vpnd luci-proto-bond luci-app-airplay2 luci-app-music-remote-center luci-app-qbittorrent luci-app-amule luci-app-openvpn-server \ ath10k-firmware-qca988x ath10k-firmware-qca9888 ath10k-firmware-qca9984 brcmfmac-firmware-43602a1-pcie \ kmod-sound-hda-core kmod-sound-hda-codec-realtek kmod-sound-hda-codec-via kmod-sound-via82xx kmod-sound-hda-intel kmod-sound-hda-codec-hdmi kmod-sound-i8x0 kmod-usb-audio \ -kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 +kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 kmod-r8168 $(eval $(call BuildTarget))