mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: add profile and build image for the Atheros AP136 reference board
SVN-Revision: 32609owl
parent
b219848bfc
commit
1ea2a3cfd8
|
@ -38,6 +38,17 @@ endef
|
|||
|
||||
$(eval $(call Profile,AP121MINI))
|
||||
|
||||
define Profile/AP136
|
||||
NAME:=Atheros AP136 reference board
|
||||
PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage
|
||||
endef
|
||||
|
||||
define Profile/AP136/Description
|
||||
Package set optimized for the Atheros AP136 reference board.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,AP136))
|
||||
|
||||
define Profile/AP81
|
||||
NAME:=Atheros AP81 reference board
|
||||
PACKAGES:=kmod-usb-core kmod-usb2
|
||||
|
|
|
@ -709,6 +709,13 @@ define Image/Build/Profile/DB120
|
|||
$(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,db120,$(db120_cmdline),$(db120_mtdlayout),1441792,6488064,RKuImage)
|
||||
endef
|
||||
|
||||
ap136_cmdline=board=AP136 console=ttyS0,115200
|
||||
ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x50000(firmware)
|
||||
define Image/Build/Profile/AP136
|
||||
$(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,ap136,$(ap136_cmdline),$(ap136_mtdlayout),1441792,6488064,RKuImage)
|
||||
endef
|
||||
|
||||
|
||||
pb42_cmdline=board=PB42 console=ttyS0,115200
|
||||
define Image/Build/Profile/PB42
|
||||
$(call Image/Build/Template/$(fs_64k)/$(1),PB4X,pb42,$(pb42_cmdline))
|
||||
|
@ -1070,6 +1077,7 @@ define Image/Build/Profile/Default
|
|||
$(call Image/Build/Profile/AP113,$(1))
|
||||
$(call Image/Build/Profile/AP121,$(1))
|
||||
$(call Image/Build/Profile/AP121MINI,$(1))
|
||||
$(call Image/Build/Profile/AP136,$(1))
|
||||
$(call Image/Build/Profile/AP81,$(1))
|
||||
$(call Image/Build/Profile/AP83,$(1))
|
||||
$(call Image/Build/Profile/A02RBW300N,$(1))
|
||||
|
|
Loading…
Reference in New Issue