[ar71xx] tl-wr941nd: rename firmware image
[openwrt.git] / target / linux / ar71xx / image / Makefile
index c964567..e32a197 100644 (file)
@@ -52,9 +52,8 @@ define Image/Build/AP81
                ( \
                        dd if=$(KDIR)/vmlinux-$(2).uImage bs=768k conv=sync; \
                        dd if=$(KDIR)/root.$(1) bs=3008k conv=sync; \
-               ) > $(call imgname,$(1),$(2)).bin; \
-               cp $(call imgname,$(1),$(2)).bin $(call imgname,$(1),$(2)).webui; \
-               echo -n $(4) >> $(call imgname,$(1),$(2)).webui; \
+                       echo -n $(4); \
+               ) > $(call imgname,$(1),$(2)).uni; \
        fi; fi
 endef
 
@@ -108,7 +107,7 @@ define Image/Build/TPLINK
                -B $(4) -N OpenWrt -V $(REVISION)\
                -k $(KDIR)/vmlinux-$(2).bin.gzip \
                -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \
-               -o $(BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1).bin
+               -o $(BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1).uni
 endef
 
 define Image/Build/Template/Compex
@@ -179,6 +178,21 @@ define Image/Build/Profile/TLWR941NDV2
        $(call Image/Build/Template/TPLINK/$(1),tl-wr941ndv2,board=TL-WR941ND,TL-WR941NDv2)
 endef
 
+define Image/Build/Profile/Default
+       $(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/TLWR941NDV2,$(1))
+       $(call Image/Build/Profile/UBNTRS,$(1))
+       $(call Image/Build/Profile/WP543,$(1))
+endef
+
+define Image/Build/Profile/Madwifi
+       $(call Image/Build/Profile/UBNTRS,$(1))
+       $(call Image/Build/Profile/WP543,$(1))
+endef
+
 define Image/Build/squashfs
        $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
 endef
@@ -187,13 +201,7 @@ define Image/Build
        $(call Image/Build/$(1))
        dd if=$(KDIR)/root.$(1) of=$(IMGNAME)-root.$(1) bs=128k conv=sync
 
-       $(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/UBNTRS,$(1))
-       $(call Image/Build/Profile/WP543,$(1))
-       $(call Image/Build/Profile/TLWR941NDV2,$(1))
+       $(call Image/Build/Profile/$(PROFILE),$(1))
 endef
 
 $(eval $(call BuildImage))
This page took 0.024652 seconds and 4 git commands to generate.