+define Image/Build/Profile/WRT400N
+ $(call Image/Build/Template/Linksys8M/$(1),wrt400n,board=WRT400N)
+endef
+
+define Image/Build/Profile/Default
+ $(call Image/Build/Profile/A02RBW300N,$(1))
+ $(call Image/Build/Profile/DIR615C1,$(1))
+ $(call Image/Build/Profile/MZKW04NU,$(1))
+ $(call Image/Build/Profile/TEW632BRP,$(1))
+ $(call Image/Build/Profile/TEW652BRP,$(1))
+ $(call Image/Build/Profile/TLWR841NDV3,$(1))
+ $(call Image/Build/Profile/TLWR941NDV2,$(1))
+ $(call Image/Build/Profile/UBNT,$(1))
+ $(call Image/Build/Profile/WP543,$(1))
+ $(call Image/Build/Profile/WRT400N,$(1))
+endef
+
+define Image/Build/Profile/Madwifi
+ $(call Image/Build/Profile/UBNT,$(1))
+ $(call Image/Build/Profile/WP543,$(1))
+endef
+