[ixp4xx] Add preliminary support for USR8200 board
[openwrt.git] / target / linux / adm5120 / image / router_le.mk
index 266b0a5..ddfb7e2 100644 (file)
@@ -298,6 +298,14 @@ define Image/Build/Profile/EASY5120RT
        $(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
 endef
 
+define Image/Build/Profile/EASY5120PATA
+       $(call Image/Build/Template/Infineon/$(1),easy-5120p-ata)
+endef
+
+define Image/Build/Profile/PMUGW
+       $(call Image/Build/Template/Infineon/$(1),powerline-mugw)
+endef
+
 define Image/Build/Profile/RouterBoard
        $(call Image/Build/Template/Mikrotik/$(1))
 endef
@@ -317,6 +325,8 @@ ifeq ($(CONFIG_BROKEN),y)
        $(call Image/Build/Profile/CAS861W,$(1))
        $(call Image/Build/Profile/NFS101U,$(1))
        $(call Image/Build/Profile/NFS101WU,$(1))
+       # Motorola
+       $(call Image/Build/Profile/PMUGW,$(1))
   endef
 endif
 
@@ -333,8 +343,10 @@ define Image/Build/Profile/Generic
        # Infineon
        $(call Image/Build/Profile/EASY83000,$(1))
        $(call Image/Build/Profile/EASY5120RT,$(1))
+       $(call Image/Build/Profile/EASY5120PATA,$(1))
        # Mikrotik
        $(call Image/Build/Profile/RB1xx/$(1))
+
        $(call Image/Build/Experimental,$(1))
 endef
 
This page took 0.042634 seconds and 4 git commands to generate.