+ $(call Image/Build/Template/Mikrotik/$(1))
+endef
+
+ifeq ($(CONFIG_BROKEN),y)
+ define Image/Build/Experimental
+ # Cellvison
+ $(call Image/Build/Profile/CAS630,$(1))
+ $(call Image/Build/Profile/CAS630W,$(1))
+ $(call Image/Build/Profile/CAS670,$(1))
+ $(call Image/Build/Profile/CAS670W,$(1))
+ $(call Image/Build/Profile/CAS700,$(1))
+ $(call Image/Build/Profile/CAS700W,$(1))
+ $(call Image/Build/Profile/CAS771,$(1))
+ $(call Image/Build/Profile/CAS771W,$(1))
+ $(call Image/Build/Profile/CAS861,$(1))
+ $(call Image/Build/Profile/CAS861W,$(1))
+ # Motorola
+ $(call Image/Build/Profile/PMUGW,$(1))
+ # OSBRiDGE
+ $(call Image/Build/Profile/5GXI,$(1))
+ endef
+endif
+
+define Image/Build/Profile/Generic
+ # Cellvision
+ $(call Image/Build/Profile/NFS101U,$(1))
+ $(call Image/Build/Profile/NFS101WU,$(1))
+ # Compex
+ $(call Image/Build/Profile/WP54,$(1))
+ $(call Image/Build/Profile/NP27G,$(1))
+ $(call Image/Build/Profile/NP28G,$(1))
+ # Edimax
+ $(call Image/Build/Profile/BR6104K,$(1))
+ $(call Image/Build/Profile/BR6104KP,$(1))
+ $(call Image/Build/Profile/BR6104WG,$(1))
+ $(call Image/Build/Profile/BR6114WG,$(1))
+ # 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))