ralink: add Wansview NCS601W IP Camera
[openwrt/openwrt.git] / target / linux / ramips / rt305x / profiles / asiarf.mk
1 #
2 # Copyright (C) 2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/AWM002EVB
9 NAME:=AsiaRF AWM002-EVB
10 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
11 kmod-i2c-core kmod-i2c-gpio
12 endef
13
14 define Profile/AWM002EVB/Description
15 Package set for AsiaRF AWM002 Evaluation Board
16 endef
17
18 define Profile/AWAPN2403
19 NAME:=AsiaRF AWAPN2403
20 endef
21
22 define Profile/AWAPN2403/Description
23 Package set for AsiaRF AWAPN2403 Pocket Router
24 endef
25
26 $(eval $(call Profile,AWM002EVB))
27 $(eval $(call Profile,AWAPN2403))