diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-15 13:37:41 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-19 20:52:52 +0100 |
commit | cdeb2322eab605639f1545a2eee0625424cedf03 (patch) | |
tree | f1cb559532f6138fc3f479db404f46e8430f12cc /target/linux/ar71xx/image | |
parent | f79926cb947f90d8fcbd9bec5804234566eee6b6 (diff) | |
download | mtk-20170518-cdeb2322eab605639f1545a2eee0625424cedf03.zip mtk-20170518-cdeb2322eab605639f1545a2eee0625424cedf03.tar.gz mtk-20170518-cdeb2322eab605639f1545a2eee0625424cedf03.tar.bz2 |
ar71xx: Remove images for rb-941-2nd
The code that generates this image is broken in many ways.
The new code currently in master generates images that will not be compatible
with the ones in 17.01. To avoid a migration nightmare, this patch removes
image generation for this device in 17.01
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/mikrotik.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk index 939544d..6aa7c2a 100644 --- a/target/linux/ar71xx/image/mikrotik.mk +++ b/target/linux/ar71xx/image/mikrotik.mk @@ -42,5 +42,3 @@ $(Device/rb-nor-flash-16M) DEVICE_TITLE := hAP lite BOARDNAME:= rb-941-2nd endef - -TARGET_DEVICES += rb-nor-flash-16M rb-941-2nd |