From bb46b635df48d5c2368f98646c16e3333cbc11fb Mon Sep 17 00:00:00 2001 From: Camille Bilodeau Date: Tue, 13 Jun 2017 10:05:13 +0200 Subject: ar71xx: move Arduino Yun to generic building code Migrate Arduino Yun from legacy to generic building code. Note: the mtd partitioning is changed to adopt the LEDE default partitioning. It allows to have a kernel bigger than 1280k. It is necessary as kernel > 4.4 with default LEDE configuration grows bigger. To use the new partitioning, you need to update your U-Boot env in advance: setenv mtdparts "spi0.0:256k(u-boot)ro,64k(u-boot-env),15936k(firmware),64k(nvram),64k(art)ro" setenv bootcmd "run addboard; run addtty; run addparts; run addrootfs; bootm 0x9f050000 || bootm 0x9fea0000" saveenv Signed-off-by: Camille Bilodeau --- target/linux/ar71xx/image/legacy-devices.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target/linux/ar71xx/image/legacy-devices.mk') diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index e3aeb592bd..77230249af 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_16M - DEVICE_TITLE := Arduino Yun based on Atheros AR9331 (16MB flash) - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 -endef -LEGACY_DEVICES += YUN_16M - define LegacyDevice/F9K1115V2 DEVICE_TITLE := Belkin AC1750DB (F9K1115V2) DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb3 kmod-usb-ledtrig-usbport \ -- cgit v1.2.3