From 38b242b62063ef5d5906ea5a681a403a3169e0cb Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 28 Jan 2009 20:55:59 +0000 Subject: [PATCH] [ar71xx] fix UBNT-RS image generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14251 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6ed652e6b..3f44d40ee 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 -- 2.35.1