lantiq: fix falcon build
The following commit changed the build templates name but forgot to
update the TARGET_DEVICES variable properly.
commit f9226158be
(lantiq: rename EASY98000 to EASY98000NOR)
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
f9226158be
commit
9998bc5ef7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue