diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 20:55:59 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 20:55:59 +0000 |
commit | 38b242b62063ef5d5906ea5a681a403a3169e0cb (patch) | |
tree | 46625d11d534c55ad90280e2de333b552b79487b | |
parent | da9165cf052146732d64a78c6dbaa7b49351cefe (diff) |
[ar71xx] fix UBNT-RS image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14251 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 |