diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index fe0221ff51..111798e2d0 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -569,10 +569,9 @@ endif ifeq ($(SUBTARGET),falcon) -define Device/EASY98000 +define Device/EASY98000NOR IMAGE_SIZE := 3904k DEVICE_TITLE := EASY98000 - Lantiq Falcon Eval Board NOR - DEVICE_DTS := EASY98000NOR DEVICE_PACKAGES := kmod-dm9000 kmod-i2c-lantiq kmod-eeprom-at24 endef TARGET_DEVICES += EASY98000 |