diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:37 +0000 |
commit | b93bac793af0f9f75b4c29529bc05a6bf8d1f105 (patch) | |
tree | cfc1a9ebd6bb7c47b5d21799201cc01828e479f8 /target | |
parent | 93a8f2cb576b8b8ce0817e22d10ab5628a5c9f8d (diff) | |
download | upstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.gz upstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.tar.bz2 upstream-b93bac793af0f9f75b4c29529bc05a6bf8d1f105.zip |
replace all references to xway with danube
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 | ||||
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/lantiq/modules.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index b9c228359f..82e5c3926a 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY FEATURES:=squashfs jffs2 -DEFAULT_SUBTARGET:=xway +DEFAULT_SUBTARGET:=danube LINUX_VERSION:=2.6.39.2 diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 43ad0e88f3..f0c06fd94e 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 diff --git a/target/linux/lantiq/modules.mk b/target/linux/lantiq/modules.mk index a4a96400d0..0d4ad2da1c 100644 --- a/target/linux/lantiq/modules.mk +++ b/target/linux/lantiq/modules.mk @@ -29,7 +29,7 @@ USB_MENU:=USB Support define KernelPackage/usb-dwc-otg TITLE:=Synopsis DWC_OTG support SUBMENU:=$(USB_MENU) - DEPENDS+=@TARGET_lantiq_xway +kmod-usb-core + DEPENDS+=@TARGET_lantiq_danube +kmod-usb-core KCONFIG:=CONFIG_DWC_OTG \ CONFIG_DWC_OTG_DEBUG=n \ CONFIG_DWC_OTG_LANTIQ=y \ |