ar71xx: add profile and generate image for the JA76PF2 board
SVN-Revision: 30958
This commit is contained in:
parent
6036151187
commit
f601339e79
2 changed files with 17 additions and 0 deletions
|
@ -16,6 +16,17 @@ endef
|
||||||
|
|
||||||
$(eval $(call Profile,JA76PF))
|
$(eval $(call Profile,JA76PF))
|
||||||
|
|
||||||
|
define Profile/JA76PF2
|
||||||
|
NAME:=jjPlus JA76PF2
|
||||||
|
PACKAGES:=
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Profile/JA76PF2/Description
|
||||||
|
Package set optimized for the jjPlus JA76PF2 board.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Profile,JA76PF2))
|
||||||
|
|
||||||
define Profile/JWAP003
|
define Profile/JWAP003
|
||||||
NAME:=jjPlus JWAP0003
|
NAME:=jjPlus JWAP0003
|
||||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
|
|
|
@ -726,6 +726,11 @@ define Image/Build/Profile/JA76PF
|
||||||
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,ja76pf,$(ja76pf_cmdline))
|
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,ja76pf,$(ja76pf_cmdline))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ja76pf2_cmdline=board=JA76PF2 console=ttyS0,115200
|
||||||
|
define Image/Build/Profile/JA76PF2
|
||||||
|
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,ja76pf2,$(ja76pf2_cmdline))
|
||||||
|
endef
|
||||||
|
|
||||||
jwap003_cmdline=board=JWAP003 console=ttyS0,115200
|
jwap003_cmdline=board=JWAP003 console=ttyS0,115200
|
||||||
define Image/Build/Profile/JWAP003
|
define Image/Build/Profile/JWAP003
|
||||||
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,jwap003,$(jwap003_cmdline))
|
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,jwap003,$(jwap003_cmdline))
|
||||||
|
@ -1025,6 +1030,7 @@ define Image/Build/Profile/Default
|
||||||
$(call Image/Build/Profile/FR54RTR,$(1))
|
$(call Image/Build/Profile/FR54RTR,$(1))
|
||||||
$(call Image/Build/Profile/HORNETUB,$(1))
|
$(call Image/Build/Profile/HORNETUB,$(1))
|
||||||
$(call Image/Build/Profile/JA76PF,$(1))
|
$(call Image/Build/Profile/JA76PF,$(1))
|
||||||
|
$(call Image/Build/Profile/JA76PF2,$(1))
|
||||||
$(call Image/Build/Profile/JWAP003,$(1))
|
$(call Image/Build/Profile/JWAP003,$(1))
|
||||||
$(call Image/Build/Profile/MZKW04NU,$(1))
|
$(call Image/Build/Profile/MZKW04NU,$(1))
|
||||||
$(call Image/Build/Profile/MZKW300NH,$(1))
|
$(call Image/Build/Profile/MZKW300NH,$(1))
|
||||||
|
|
Loading…
Reference in a new issue