mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
default support 802.11r and zerotier in Phicomm K2 for XueMao
This commit is contained in:
parent
b4305f7bb5
commit
a8699d2d8d
@ -427,22 +427,22 @@ TARGET_DEVICES += oy-0001
|
||||
|
||||
define Device/psg1208
|
||||
DTS := PSG1208
|
||||
DEVICE_TITLE := Phicomm PSG1208
|
||||
DEVICE_TITLE := Phicomm PSG1208 (K1)
|
||||
DEVICE_PACKAGES := kmod-mt76
|
||||
endef
|
||||
TARGET_DEVICES += psg1208
|
||||
|
||||
define Device/psg1218a
|
||||
DTS := PSG1218A
|
||||
DEVICE_TITLE := Phicomm PSG1218 rev.Ax
|
||||
DEVICE_PACKAGES := kmod-mt76x2
|
||||
DEVICE_TITLE := Phicomm PSG1218 (K2)
|
||||
DEVICE_PACKAGES := -luci-app-ipsec-vpnd kmod-mt76x2 luci-app-zerotier
|
||||
SUPPORTED_DEVICES += psg1218
|
||||
endef
|
||||
TARGET_DEVICES += psg1218a
|
||||
|
||||
define Device/psg1218b
|
||||
DTS := PSG1218B
|
||||
DEVICE_TITLE := Phicomm PSG1218 rev.Bx
|
||||
DEVICE_TITLE := Phicomm PSG1218 (K2C)
|
||||
DEVICE_PACKAGES := kmod-mt76x2
|
||||
SUPPORTED_DEVICES += psg1218
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user