diff options
author | John Crispin <john@phrozen.org> | 2016-12-25 09:52:11 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-25 09:52:11 +0100 |
commit | 9998bc5ef7db6149ecb7620d29694e42be29f1d7 (patch) | |
tree | cd7940d1fe9ba6eb1820ac6528a7f720368e6e73 /target | |
parent | f9226158bed52aeae4087307719b77f61bd3237e (diff) | |
download | upstream-9998bc5ef7db6149ecb7620d29694e42be29f1d7.tar.gz upstream-9998bc5ef7db6149ecb7620d29694e42be29f1d7.tar.bz2 upstream-9998bc5ef7db6149ecb7620d29694e42be29f1d7.zip |
lantiq: fix falcon build
The following commit changed the build templates name but forgot to
update the TARGET_DEVICES variable properly.
commit f9226158bed52aeae408730 (lantiq: rename EASY98000 to EASY98000NOR)
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 111798e2d0..0b976ac734 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -574,7 +574,7 @@ define Device/EASY98000NOR DEVICE_TITLE := EASY98000 - Lantiq Falcon Eval Board NOR DEVICE_PACKAGES := kmod-dm9000 kmod-i2c-lantiq kmod-eeprom-at24 endef -TARGET_DEVICES += EASY98000 +TARGET_DEVICES += EASY98000NOR define Device/EASY98000NAND IMAGE_SIZE := 3904k |