target: drop some default packages
Let users to decide build them or not. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
0c3f2e39d0
commit
8b51e8c308
@ -52,8 +52,6 @@ DEFAULT_PACKAGES.router:=\
|
||||
# For easy usage
|
||||
DEFAULT_PACKAGES.tweak:=\
|
||||
block-mount \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
default-settings \
|
||||
kmod-ipt-raw \
|
||||
kmod-nf-nathelper \
|
||||
@ -64,9 +62,7 @@ DEFAULT_PACKAGES.tweak:=\
|
||||
luci-compat \
|
||||
luci-lib-base \
|
||||
luci-lib-fs \
|
||||
luci-lib-ipkg \
|
||||
luci-proto-relay \
|
||||
wget-ssl
|
||||
luci-lib-ipkg
|
||||
|
||||
ifneq ($(DUMP),)
|
||||
all: dumpinfo
|
||||
|
||||
@ -19,7 +19,6 @@ DEFAULT_PACKAGES += \
|
||||
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
||||
kmod-ath10k-ct wpad-openssl uboot-envtools \
|
||||
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
|
||||
autocore-arm automount luci-app-cpufreq \
|
||||
htop e2fsprogs ethtool
|
||||
autocore-arm e2fsprogs
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
||||
@ -21,7 +21,6 @@ DEFAULT_PACKAGES += \
|
||||
kmod-ata-ahci kmod-ata-ahci-platform \
|
||||
kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
||||
kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \
|
||||
kmod-ath10k-ct wpad-openssl \
|
||||
uboot-envtools autocore-arm
|
||||
kmod-ath10k-ct wpad-openssl uboot-envtools autocore-arm
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
||||
@ -17,8 +17,7 @@ endef
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
|
||||
automount autocore-arm fdisk e2fsprogs ethtool haveged htop lm-sensors \
|
||||
openssh-sftp-server luci-app-zerotier
|
||||
automount autocore-arm fdisk e2fsprogs ethtool
|
||||
|
||||
KERNELNAME:=Image dtbs
|
||||
|
||||
|
||||
@ -17,11 +17,12 @@ KERNELNAME:=bzImage
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
DEFAULT_PACKAGES += partx-utils mkf2fs fdisk e2fsprogs kmod-button-hotplug wpad kmod-usb-hid \
|
||||
kmod-ath5k kmod-ath9k kmod-ath9k-htc kmod-ath10k kmod-rt2800-usb kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-pcnet32 kmod-tulip kmod-vmxnet3 kmod-i40e kmod-i40evf kmod-r8125 kmod-8139cp kmod-8139too kmod-fs-f2fs \
|
||||
ath10k-firmware-qca988x ath10k-firmware-qca9888 ath10k-firmware-qca9984 brcmfmac-firmware-43602a1-pcie \
|
||||
alsa-utils kmod-ac97 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 \
|
||||
htop lm-sensors autocore-x86 luci-proto-bonding
|
||||
kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-pcnet32 kmod-tulip kmod-vmxnet3 \
|
||||
kmod-i40e kmod-i40evf kmod-r8125 kmod-8139cp kmod-8139too kmod-fs-f2fs alsa-utils \
|
||||
kmod-ac97 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 autocore-x86 automount
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user