diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-04 11:54:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-04 11:54:58 +0000 |
commit | 4dbf116c5f8919a56941dd905ff09d6ef428042e (patch) | |
tree | e0ee151fad7bf2d846bd2188d52585173c33680f /target | |
parent | 5a481b16add96022b64d5cc6494b5aa6b17c21f0 (diff) | |
download | upstream-4dbf116c5f8919a56941dd905ff09d6ef428042e.tar.gz upstream-4dbf116c5f8919a56941dd905ff09d6ef428042e.tar.bz2 upstream-4dbf116c5f8919a56941dd905ff09d6ef428042e.zip |
ar71xx: fix generating pb4x images
SVN-Revision: 19029
Diffstat (limited to 'target')
-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 e7a6f6fea4..ece0399930 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -365,11 +365,11 @@ define Image/Build/Profile/AP83 endef define Image/Build/Profile/PB42 - $(call Image/Build/Template/PB4X/$(1),pb42,board=PB42) + $(call Image/Build/PB4X,$(1),pb42,board=PB42) endef define Image/Build/Profile/PB44 - $(call Image/Build/Template/PB4X/$(1),pb44,board=PB44) + $(call Image/Build/PB4X,$(1),pb44,board=PB44) endef define Image/Build/Profile/WP543 |