mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 19:20:41 +01:00
ar71xx: fix generating pb4x images
SVN-Revision: 19029
This commit is contained in:
parent
5a481b16ad
commit
4dbf116c5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue