target: build with luci by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2023-05-21 21:58:42 +08:00
parent 8ed471cec8
commit b351f90a5f
13 changed files with 17 additions and 16 deletions

View File

@@ -62,14 +62,11 @@ DEFAULT_PACKAGES.router:=\
ppp-mod-pppoe
# For easy usage
DEFAULT_PACKAGES.tweak:=\
autocore \
block-mount \
default-settings-chn \
kmod-nf-nathelper \
kmod-nf-nathelper-extra \
luci-light \
luci-app-cpufreq \
luci-app-opkg \
luci \
luci-compat \
luci-lib-base \
luci-lib-fs \
@@ -107,7 +104,7 @@ else
endif
# Add tweaked packages
# DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.tweak)
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.tweak)
# Add device specific packages (here below to allow device type set from subtarget)
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))

View File

@@ -26,7 +26,8 @@ DEFAULT_PACKAGES += \
kmod-usb-hid \
kmod-sound-core kmod-sound-arm-bcm2835 \
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
partx-utils mkf2fs automount
partx-utils mkf2fs automount \
autocore luci-app-cpufreq
KERNELNAME:=Image dtbs

View File

@@ -24,6 +24,7 @@ KERNELNAME:=zImage dtbs
DEFAULT_PACKAGES += nvram \
osafeloader oseama otrx \
kmod-gpio-button-hotplug \
kmod-leds-gpio
kmod-leds-gpio \
autocore
$(eval $(call BuildTarget))

View File

@@ -133,7 +133,7 @@ BRCMFMAC_43602A1 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-43602a1-pcie
BRCMFMAC_4366B1 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-4366b1-pcie
BRCMFMAC_4366C0 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-4366c0-pcie
USB2_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-phy-bcm-ns-usb2
USB2_PACKAGES += kmod-usb-ledtrig-usbport
USB2_PACKAGES += kmod-usb-ledtrig-usbport automount
USB3_PACKAGES := $(USB2_PACKAGES) kmod-usb3 kmod-phy-bcm-ns-usb3
define Device/Default

View File

@@ -18,6 +18,6 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-ath10k-ct wpad-openssl \
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
uboot-envtools automount
uboot-envtools autocore automount luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -21,6 +21,6 @@ DEFAULT_PACKAGES += \
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 \
automount
autocore automount luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -16,6 +16,6 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug \
kmod-qca-nss-dp qca-ssdk-shell kmod-phy-aquantia \
ath11k-firmware-ipq8074 kmod-ath11k-ahb wpad-openssl \
uboot-envtools automount
uboot-envtools autocore automount luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -12,6 +12,7 @@ KERNEL_PATCHVER:=5.15
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug
kmod-leds-gpio kmod-gpio-button-hotplug \
autocore
$(eval $(call BuildTarget))

View File

@@ -2,7 +2,7 @@ ARCH:=aarch64
SUBTARGET:=mt7622
BOARDNAME:=MT7622
CPU_TYPE:=cortex-a53
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-basic-openssl uboot-envtools
DEFAULT_PACKAGES += kmod-mt7622-firmware wpad-basic-openssl uboot-envtools luci-app-cpufreq
KERNELNAME:=Image dtbs
define Target/Description

View File

@@ -13,6 +13,6 @@ KERNEL_PATCHVER:=5.15
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug autocore
$(eval $(call BuildTarget))

View File

@@ -16,7 +16,7 @@ endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools partx-utils mkf2fs kmod-gpio-button-hotplug \
automount fdisk
fdisk autocore automount luci-app-cpufreq
KERNELNAME:=Image dtbs

View File

@@ -26,5 +26,6 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-envtools
DEFAULT_PACKAGES += partx-utils mkf2fs automount
DEFAULT_PACKAGES += autocore luci-app-cpufreq
$(eval $(call BuildTarget))

View File

@@ -22,7 +22,7 @@ DEFAULT_PACKAGES += alsa-utils partx-utils mkf2fs fdisk kmod-button-hotplug kmod
kmod-fs-f2fs 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-vendor grub2-bios-setup automount
kmod-usb-net-rtl8150 kmod-usb-net-rtl8152-vendor grub2-bios-setup autocore automount
$(eval $(call BuildTarget))