summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-07 18:20:37 +0000
committerJohn Crispin <john@openwrt.org>2011-07-07 18:20:37 +0000
commita463daa818e05e4acaad763d59b346c20d12d038 (patch)
tree38d785b97a29bf543cf7978365bddd2355cfb5b8 /target/linux/lantiq/image
parentdc2af3308380e430f9f6fef0380c4b85bae2d3a1 (diff)
downloadmtk-20170518-a463daa818e05e4acaad763d59b346c20d12d038.zip
mtk-20170518-a463daa818e05e4acaad763d59b346c20d12d038.tar.gz
mtk-20170518-a463daa818e05e4acaad763d59b346c20d12d038.tar.bz2
replace all references to xway with danube
SVN-Revision: 27538
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 43ad0e8..f0c06fd 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -55,7 +55,7 @@ define Image/BuildKernel/Template
$(CP) $(KDIR)/uImage-$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1)-uImage
endef
-ifeq ($(CONFIG_TARGET_lantiq_xway),y)
+ifeq ($(CONFIG_TARGET_lantiq_danube),y)
define Image/BuildKernel/Profile/EASY50712
$(call Image/BuildKernel/Template,EASY50712,$(xway_cmdline))
endef