mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
qualcommax: ipq807x: define configuration for Linksys MX4x00 devices
Define shared configuration for Linksys MX4x00 devices. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16070 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
c9b324d3ac
commit
dbafc95cc5
@ -170,12 +170,17 @@ define Device/linksys_mx
|
|||||||
DEVICE_PACKAGES := kmod-leds-pca963x
|
DEVICE_PACKAGES := kmod-leds-pca963x
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/linksys_mx4200v1
|
define Device/linksys_mx4x00
|
||||||
$(call Device/linksys_mx)
|
$(call Device/linksys_mx)
|
||||||
|
SOC := ipq8174
|
||||||
|
DEVICE_PACKAGES += ipq-wifi-linksys_mx4200
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Device/linksys_mx4200v1
|
||||||
|
$(call Device/linksys_mx4x00)
|
||||||
DEVICE_MODEL := MX4200
|
DEVICE_MODEL := MX4200
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
SOC := ipq8174
|
DEVICE_PACKAGES += kmod-bluetooth
|
||||||
DEVICE_PACKAGES += ipq-wifi-linksys_mx4200 kmod-bluetooth
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_mx4200v1
|
TARGET_DEVICES += linksys_mx4200v1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user