ramips: refresh patches
[oweals/openwrt.git] / target / linux / sunxi / image / cortex-a8.mk
1 #
2 # Copyright (C) 2013-2016 OpenWrt.org
3 # Copyright (C) 2016 Yousong Zhou
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 define Device/cubietech_a10-cubieboard
10   DEVICE_VENDOR := Cubietech
11   DEVICE_MODEL := Cubieboard
12   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
13   SOC := sun4i
14 endef
15 TARGET_DEVICES += cubietech_a10-cubieboard
16
17 define Device/linksprite_a10-pcduino
18   DEVICE_VENDOR := LinkSprite
19   DEVICE_MODEL := pcDuino
20   DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
21   SOC := sun4i
22 endef
23 TARGET_DEVICES += linksprite_a10-pcduino
24
25 define Device/marsboard_a10-marsboard
26   DEVICE_VENDOR := HAOYU Electronics
27   DEVICE_MODEL := MarsBoard A10
28   DEVICE_PACKAGES:=mod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi \
29         sound-soc-sunxi
30   SOC := sun4i
31 endef
32 TARGET_DEVICES += marsboard_a10-marsboard
33
34 define Device/olimex_a10-olinuxino-lime
35   DEVICE_VENDOR := Olimex
36   DEVICE_MODEL := A10-OLinuXino-LIME
37   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
38   SOC := sun4i
39 endef
40 TARGET_DEVICES += olimex_a10-olinuxino-lime
41
42 define Device/olimex_a13-olimex-som
43   DEVICE_VENDOR := Olimex
44   DEVICE_MODEL := A13-SOM
45   DEVICE_PACKAGES:=kmod-rtl8192cu
46   SUPPORTED_DEVICES:=olimex,a13-olinuxino
47   SOC := sun5i-a13
48   SUNXI_DTS := sun5i-a13-olinuxino
49 endef
50 TARGET_DEVICES += olimex_a13-olimex-som
51
52 define Device/olimex_a13-olinuxino
53   DEVICE_VENDOR := Olimex
54   DEVICE_MODEL := A13-OLinuXino
55   DEVICE_PACKAGES:=kmod-rtl8192cu
56   SOC := sun5i
57 endef
58 TARGET_DEVICES += olimex_a13-olinuxino