diff options
author | John Crispin <john@phrozen.org> | 2016-06-21 11:57:24 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | f054e82bdc689cf262baeaac6d8dc913b0bccb55 (patch) | |
tree | 63b69a1ca90aa61581200cb68cc16a861c8405e2 /target/linux/lantiq/image/Makefile | |
parent | 823242185b56ea518568296f1a5834f736f12076 (diff) | |
download | upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.tar.gz upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.tar.bz2 upstream-f054e82bdc689cf262baeaac6d8dc913b0bccb55.zip |
lantiq: remove gr7000 support
this seems to have never worked as the wrong SoC is selected
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e0a28c227f..a54c3e212b 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -561,14 +561,6 @@ define LegacyDevice/FRITZ7320 endef LEGACY_DEVICES += FRITZ7320 -define Device/GR7000 - DEVICE_PROFILE := GR7000 - IMAGE_SIZE := 7808k - DEVICE_TITLE := Aztech GR7000 - DEVICE_PACKAGES := kmod-ltq-deu-ar9 kmod-usb-dwc2 swconfig -endef -TARGET_DEVICES += GR7000 - define Device/H201L DEVICE_PROFILE := H201L IMAGE_SIZE := 7808k |