[source] ar71xx: remove 2MB flash variant of WP543

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 29 01:21:50 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/cc550d00051d31445b84b892ab5ebc558ea46b4c

commit cc550d00051d31445b84b892ab5ebc558ea46b4c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Nov 29 09:54:53 2016 +0100

    ar71xx: remove 2MB flash variant of WP543
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ar71xx/image/legacy-devices.mk | 6 ------
 target/linux/ar71xx/image/legacy.mk         | 1 -
 2 files changed, 7 deletions(-)

diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk
index a0d1647..5538c49 100644
--- a/target/linux/ar71xx/image/legacy-devices.mk
+++ b/target/linux/ar71xx/image/legacy-devices.mk
@@ -398,12 +398,6 @@ define LegacyDevice/EPG5000
 endef
 LEGACY_DEVICES += EPG5000
 
-define LegacyDevice/WP543_2M
-  DEVICE_TITLE := Compex WP543/WPJ543 (2MB flash)
-  DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2
-endef
-LEGACY_DEVICES += WP543_2M
-
 define LegacyDevice/WP543_4M
   DEVICE_TITLE := Compex WP543/WPJ543 (4MB flash)
   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2
diff --git a/target/linux/ar71xx/image/legacy.mk b/target/linux/ar71xx/image/legacy.mk
index d9a5094..4ec89bf 100644
--- a/target/linux/ar71xx/image/legacy.mk
+++ b/target/linux/ar71xx/image/legacy.mk
@@ -981,7 +981,6 @@ $(eval $(call SingleProfile,EnGenius,64k,ESR900,esr900,ESR900,ttyS0,115200,$$(es
 $(eval $(call SingleProfile,EnGenius,64k,ESR1750,esr1750,ESR1750,ttyS0,115200,$$(esr1750_mtdlayout),KRuImage,,0x61))
 $(eval $(call SingleProfile,EnGenius,64k,EPG5000,epg5000,EPG5000,ttyS0,115200,$$(epg5000_mtdlayout),KRuImage,,0x71))
 
-$(eval $(call SingleProfile,MyLoader,64k,WP543_2M,wp543,,ttyS0,115200,0x200000,2M))
 $(eval $(call SingleProfile,MyLoader,64k,WP543_4M,wp543,,ttyS0,115200,0x400000,4M))
 $(eval $(call SingleProfile,MyLoader,64k,WP543_8M,wp543,,ttyS0,115200,0x800000,8M))
 $(eval $(call SingleProfile,MyLoader,64k,WP543_16M,wp543,,ttyS0,115200,0x1000000,16M))



More information about the lede-commits mailing list