From b83a3e49532daf23b1f3b9ee3234176e281b56cf Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 12 Oct 2017 00:16:01 +0800 Subject: [PATCH] update x86 default makefile --- target/linux/x86/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 3320fb6ad..12b5a39d6 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -20,7 +20,8 @@ KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs wpad kmod-usb-hid kmod-usb-net-asix kmod-usb-net-asix-ax88179 \ -kmod-ath5k kmod-ath9k kmod-ath10k kmod-rt2800-usb kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-vmxnet3 htop lm-sensors autocore +kmod-ath5k kmod-ath9k kmod-ath10k kmod-rt2800-usb kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-vmxnet3 htop lm-sensors \ +autocore automount autosamba ath10k-firmware-qca988x brcmfmac-firmware-43602a1-pcie $(eval $(call BuildTarget))