diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 20:55:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 20:55:59 +0000 |
commit | d319f934a14aef972a3dad46774e6aa867a32255 (patch) | |
tree | 6e78e36704f01c54360c7b3b4ffb27517de9ba76 /target/linux/ar71xx/image | |
parent | 0366d868d085a34345a9a97b1693362f790442ab (diff) | |
download | upstream-d319f934a14aef972a3dad46774e6aa867a32255.tar.gz upstream-d319f934a14aef972a3dad46774e6aa867a32255.tar.bz2 upstream-d319f934a14aef972a3dad46774e6aa867a32255.zip |
fix UBNT-RS image generation
SVN-Revision: 14251
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6ed652e6bc..3f44d40ee6 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -98,7 +98,7 @@ define Image/Build/Template/UBNT endef define Image/Build/Template/UBNT/squashfs - $(call Image/Build/Template/UBNT,squashfs,$(1),$(2),$(3)) + $(call Image/Build/Template/UBNT,squashfs,$(1),$(2),$(3),$(4)) endef define Image/Build/Profile/WP543 @@ -118,7 +118,7 @@ define Image/Build/Profile/TEW652BRP endef define Image/Build/Profile/UBNTRS - $(call Image/Build/Template/UBNT,$(1),rs,board=UBNT-RS,RS,RSx) + $(call Image/Build/Template/UBNT/$(1),rs,board=UBNT-RS,RS,RSx) endef define Image/Build/squashfs |