mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: fix generating pb4x images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19029 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -365,11 +365,11 @@ define Image/Build/Profile/AP83
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/PB42
|
define Image/Build/Profile/PB42
|
||||||
$(call Image/Build/Template/PB4X/$(1),pb42,board=PB42)
|
$(call Image/Build/PB4X,$(1),pb42,board=PB42)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/PB44
|
define Image/Build/Profile/PB44
|
||||||
$(call Image/Build/Template/PB4X/$(1),pb44,board=PB44)
|
$(call Image/Build/PB4X,$(1),pb44,board=PB44)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/WP543
|
define Image/Build/Profile/WP543
|
||||||
|
|||||||
Reference in New Issue
Block a user