[source] lantiq: rename EASY98000 to EASY98000NOR

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 24 05:56:02 PST 2016


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/f9226158bed52aeae4087307719b77f61bd3237e

commit f9226158bed52aeae4087307719b77f61bd3237e
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Dec 17 23:34:17 2016 +0100

    lantiq: rename EASY98000 to EASY98000NOR
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/lantiq/image/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index fe0221f..111798e 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



More information about the lede-commits mailing list