ralink: fix asiarf image generation
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38324
This commit is contained in:
parent
ddcb800018
commit
c903de043e
3 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ ramips_board_detect() {
|
|||
*"Argus ATP-52B")
|
||||
name="argus-atp52b"
|
||||
;;
|
||||
*"AsiaRF AWM002-EVB")
|
||||
*"AsiaRF AWM002 EVB")
|
||||
name="awm002-evb"
|
||||
;;
|
||||
*"BR6524N")
|
||||
|
|
|
@ -319,7 +319,7 @@ define BuildFirmware/ASL26555/initramfs
|
|||
endef
|
||||
Image/Build/Profile/ASL26555=$(call BuildFirmware/ASL26555/$(1),$(1),asl26555,ASL26555)
|
||||
|
||||
Image/Build/Profile/AWM002-EVB=$(call BuildFirmware/DefaultDualSize/$(1),$(1),awm002-evb,AWM002-EVB)
|
||||
Image/Build/Profile/AWM002EVB=$(call BuildFirmware/DefaultDualSize/$(1),$(1),awm002-evb,AWM002-EVB)
|
||||
|
||||
Image/Build/Profile/BC2=$(call BuildFirmware/Default8M/$(1),$(1),bc2,BC2)
|
||||
|
||||
|
@ -520,7 +520,7 @@ define Image/Build/Profile/Default
|
|||
$(call Image/Build/Profile/ALL5003,$(1))
|
||||
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
|
||||
$(call Image/Build/Profile/ASL26555,$(1))
|
||||
$(call Image/Build/Profile/AWM002-EVB,$(1))
|
||||
$(call Image/Build/Profile/AWM002EVB,$(1))
|
||||
$(call Image/Build/Profile/BC2,$(1))
|
||||
$(call Image/Build/Profile/BROADWAY,$(1))
|
||||
$(call Image/Build/Profile/CARAMBOLA,$(1))
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/AWM002-EVB
|
||||
define Profile/AWM002EVB
|
||||
NAME:=AsiaRF AWM002-EVB
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
|
||||
kmod-i2c-core kmod-i2c-gpio
|
||||
endef
|
||||
|
||||
define Profile/AWM002-EVB/Description
|
||||
define Profile/AWM002EVB/Description
|
||||
Package set for AsiaRF AWM002 Evaluation Board
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,AWM002-EVB))
|
||||
$(eval $(call Profile,AWM002EVB))
|
||||
|
|
Loading…
Reference in a new issue