diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-19 18:27:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-19 18:27:57 +0000 |
commit | 10f41663ff11079a9333c592a0ad494d595ecaeb (patch) | |
tree | bfbe38a2e5e0d3d28fce2a081a4c8cbbc5c1b3bd /target/linux/ar71xx/image/Makefile | |
parent | 43c96ad50ca615b02c84d990235ae15af2b43252 (diff) | |
download | mtk-20170518-10f41663ff11079a9333c592a0ad494d595ecaeb.zip mtk-20170518-10f41663ff11079a9333c592a0ad494d595ecaeb.tar.gz mtk-20170518-10f41663ff11079a9333c592a0ad494d595ecaeb.tar.bz2 |
ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5
SVN-Revision: 19230
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 09d743c..61f390d 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -334,6 +334,10 @@ define Image/Build/Template/squashfs-only/squashfs $(call Image/Build/$(1),squashfs,$(2),$(3),$(4),$(5),$(6),$(7)) endef +define Image/Build/Template/4k/squashfs + $(call Image/Build/$(1),squashfs-4k,$(2),$(3),$(4),$(5),$(6),$(7)) +endef + define Image/Build/Template/64k/squashfs $(call Image/Build/$(1),squashfs,$(2),$(3),$(4),$(5),$(6),$(7)) endef @@ -432,7 +436,7 @@ define Image/Build/Profile/MZKW300NH endef define Image/Build/Profile/TLWR741NDV1 - $(call Image/Build/Template/squashfs-only/$(1),TPLINK4K,tl-wr741nd-v1,board=TL-WR741ND,TL-WR741NDv1) + $(call Image/Build/Template/4k/$(1),TPLINK,tl-wr741nd-v1,board=TL-WR741ND,TL-WR741NDv1) endef define Image/Build/Profile/TLWR841NV15 @@ -444,7 +448,7 @@ define Image/Build/Profile/TLWR841NDV3 endef define Image/Build/Profile/TLWR841NDV5 - $(call Image/Build/Template/squashfs-only/$(1),TPLINK4K,tl-wr841nd-v5,board=TL-WR741ND,TL-WR841NDv5) + $(call Image/Build/Template/4k/$(1),TPLINK,tl-wr841nd-v5,board=TL-WR741ND,TL-WR841NDv5) endef define Image/Build/Profile/TLWR941NDV2 |