replace all references to xway with danube

SVN-Revision: 27538
This commit is contained in:
John Crispin
2011-07-07 18:20:37 +00:00
parent dc2af33083
commit a463daa818
7 changed files with 8 additions and 8 deletions

View File

@@ -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