target: build with luci by default
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user