mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[lantiq] add support for arv7525
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34097 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3db2942505
commit
d33fedaf9c
@ -207,6 +207,9 @@ Image/Build/Profile/EASY80920-NAND=$(call Image/Build/$(1),$(1),EASY80920-NAND)
|
||||
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)
|
||||
|
@ -17,3 +17,13 @@ define Profile/EASY80920-NAND/Description
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,EASY80920-NAND))
|
||||
|
||||
define Profile/ARV7525PW
|
||||
NAME:=ARV7525PW
|
||||
endef
|
||||
|
||||
define Profile/ARV7525PW/Description
|
||||
Speedport W303V - ARV7525PW
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,ARV7525PW))
|
||||
|
Loading…
Reference in New Issue
Block a user