Skip to content
Snippets Groups Projects
Commit d2ad8788 authored by Luka Perkov's avatar Luka Perkov
Browse files

lantiq: style fixes


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 38051
parent 43f1a474
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2010-2012 OpenWrt.org # Copyright (C) 2010-2012 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
# boards missing since devicetree update # boards missing since devicetree update
#EASY50712 ARV3527P BTHOMEHUBV2B BTHOMEHUBV2BOPENRG #EASY50712 ARV3527P BTHOMEHUBV2B BTHOMEHUBV2BOPENRG
#WBMR
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk include $(INCLUDE_DIR)/image.mk
...@@ -183,7 +182,6 @@ Image/Build/Profile/EASY98000SFLASH=$(call Image/Build/$(1),$(1),EASY98000SFLASH ...@@ -183,7 +182,6 @@ Image/Build/Profile/EASY98000SFLASH=$(call Image/Build/$(1),$(1),EASY98000SFLASH
endif endif
ifeq ($(CONFIG_TARGET_lantiq_ase),y) ifeq ($(CONFIG_TARGET_lantiq_ase),y)
Image/BuildKernel/Profile/DGN1000B=$(call Image/BuildKernel/Template,DGN1000B) Image/BuildKernel/Profile/DGN1000B=$(call Image/BuildKernel/Template,DGN1000B)
...@@ -192,7 +190,6 @@ Image/Build/Profile/DGN1000B=$(call Image/Build/$(1),$(1),DGN1000B) ...@@ -192,7 +190,6 @@ Image/Build/Profile/DGN1000B=$(call Image/Build/$(1),$(1),DGN1000B)
endif endif
ifeq ($(CONFIG_TARGET_lantiq_xway),y) ifeq ($(CONFIG_TARGET_lantiq_xway),y)
# Danube # Danube
...@@ -288,7 +285,6 @@ Image/Build/Profile/TDW8970=$(call Image/BuildTPLink/$(1),$(1),TDW8970,TD-W8970v ...@@ -288,7 +285,6 @@ Image/Build/Profile/TDW8970=$(call Image/BuildTPLink/$(1),$(1),TDW8970,TD-W8970v
endif endif
ifeq ($(CONFIG_TARGET_lantiq_svip_be),y) ifeq ($(CONFIG_TARGET_lantiq_svip_be),y)
Image/BuildKernel/Profile/EASY33016=$(call Image/BuildKernelGzip/Template,EASY33016) Image/BuildKernel/Profile/EASY33016=$(call Image/BuildKernelGzip/Template,EASY33016)
......
...@@ -5,7 +5,7 @@ define Profile/TDW8970 ...@@ -5,7 +5,7 @@ define Profile/TDW8970
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \ kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
ltq-vdsl-app ppp-mod-pppoa \ ltq-vdsl-app ppp-mod-pppoa \
kmod-ledtrig-usbdev kmod-ledtrig-usbdev
endef endef
$(eval $(call Profile,TDW8970)) $(eval $(call Profile,TDW8970))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment