diff options
author | Chris Blake <chrisrblake93@gmail.com> | 2016-10-24 14:05:53 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 12:37:44 +0200 |
commit | d8662ac3c6a2ecd3834d109c5d3abd864fb23a50 (patch) | |
tree | b23be070cb4e581d6c778cb26533adbe620f2253 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 7b9ac39afa48a4ffd9858c43d93106771447aa0b (diff) | |
download | upstream-d8662ac3c6a2ecd3834d109c5d3abd864fb23a50.tar.gz upstream-d8662ac3c6a2ecd3834d109c5d3abd864fb23a50.tar.bz2 upstream-d8662ac3c6a2ecd3834d109c5d3abd864fb23a50.zip |
ar71xx: Move MR12 & MR16 from legacy to generic
This moves the Meraki MR12 and Meraki MR16 to the new generic target.
Tested and verified working on both devices.
Note that kernel/rootfs images are still generated. This is because they
are used for the inital flashing process due to the fun pace at which
UBoot erases/writes to SPI.
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 2af75981bc..8522f9e6a2 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -185,18 +185,6 @@ define LegacyDevice/HORNETUBx2 endef LEGACY_DEVICES += HORNETUBx2 -define LegacyDevice/MR12 - DEVICE_TITLE := Meraki MR12 - DEVICE_PACKAGES := kmod-spi-gpio -endef -LEGACY_DEVICES += MR12 - -define LegacyDevice/MR16 - DEVICE_TITLE := Meraki MR16 - DEVICE_PACKAGES := kmod-spi-gpio -endef -LEGACY_DEVICES += MR16 - define LegacyDevice/PB92 DEVICE_TITLE := Atheros PB92 reference board DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |