Image/BuildKernel/Profile/EASY80920-NOR=$(call Image/BuildKernel/Template,EASY80920-NOR)
Image/Build/Profile/EASY80920-NOR=$(call Image/Build/$(1),$(1),EASY80920-NOR)
+Image/BuildKernel/Profile/ARV7525PW=$(call Image/BuildKernel/Template,ARV7525PW)
+Image/Build/Profile/ARV7525PW=$(call Image/Build/$(1),$(1),ARV7525PW)
+
endif
ifeq ($(CONFIG_TARGET_lantiq_vr9),y)
endef
$(eval $(call Profile,EASY80920-NAND))
+
+define Profile/ARV7525PW
+ NAME:=ARV7525PW
+endef
+
+define Profile/ARV7525PW/Description
+ Speedport W303V - ARV7525PW
+endef
+
+$(eval $(call Profile,ARV7525PW))