diff options
author | Camille Bilodeau <camille.bilodeau@protonmail.com> | 2017-06-12 14:11:23 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-29 10:37:36 +0200 |
commit | 2fa58a8d7c340cd6b9c1d9be401d43a2ac8125e3 (patch) | |
tree | 7c2a29b24ebf799637687a4523073b57d4582b95 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 3e12ca2355529e51d50038d06dbac79315470b3d (diff) | |
download | upstream-2fa58a8d7c340cd6b9c1d9be401d43a2ac8125e3.tar.gz upstream-2fa58a8d7c340cd6b9c1d9be401d43a2ac8125e3.tar.bz2 upstream-2fa58a8d7c340cd6b9c1d9be401d43a2ac8125e3.zip |
ar71xx: remove Arduino Yun 8 MiB prototype
The Arduino Yun has 16 MiB flash. Early prototype boards with 8 MiB were
not available for sell:
https://blog.arduino.cc/2013/08/21/updating-about-arduino-yun-and-arduino-robot/
Signed-off-by: Camille Bilodeau <camille.bilodeau@protonmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index a7ce189855..e3aeb592bd 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -167,12 +167,6 @@ define LegacyDevice/WLR8100 endef LEGACY_DEVICES += WLR8100 -define LegacyDevice/YUN_8M - DEVICE_TITLE := Arduino Yun based on Atheros AR9331 (8MB flash) - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 -endef -LEGACY_DEVICES += YUN_8M - define LegacyDevice/YUN_16M DEVICE_TITLE := Arduino Yun based on Atheros AR9331 (16MB flash) DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |