This commit is contained in:
Sven Eckelmann 2018-06-04 19:14:56 +00:00 committed by GitHub
commit a8d8cb09c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 0 deletions

View File

@ -275,6 +275,14 @@ brcm2708-bcm2709
* RaspberryPi 2
ipq40xx
^^^^^^^
* OpenMesh
- A42
- A62
ipq806x
^^^^^^^

View File

@ -44,6 +44,8 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
'archer-c59-v1', 'archer-c60-v1',
'archer-c7'}) then
table.insert(try_files, 1, '/sys/class/net/eth1/address')
elseif platform.match('ipq40xx', nil, {'openmesh,a42', 'openmesh,a62'}) then
table.insert(try_files, 1, '/sys/class/net/eth0/address')
end

10
targets/ipq40xx Normal file
View File

@ -0,0 +1,10 @@
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca4019 ath10k-firmware-qca4019-ct -ath10k-firmware-qca9888 ath10k-firmware-qca9888-ct'
# OpenMesh
device openmesh-a42 openmesh_a42
packages $ATH10K_PACKAGES
device openmesh-a62 openmesh_a62
packages $ATH10K_PACKAGES

View File

@ -13,6 +13,7 @@ $(eval $(call GluonTarget,x86,geode))
$(eval $(call GluonTarget,x86,64))
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
$(eval $(call GluonTarget,ipq40xx))
$(eval $(call GluonTarget,ipq806x))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt76x8))