generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / sunxi / image / cortex-a7.mk
1 #
2 # Copyright (C) 2013-2019 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_cubieboard2
10   DEVICE_VENDOR := Cubietech
11   DEVICE_MODEL := Cubieboard2
12   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
13   SOC := sun7i-a20
14 endef
15 TARGET_DEVICES += cubietech_cubieboard2
16
17 define Device/cubietech_cubietruck
18   DEVICE_VENDOR := Cubietech
19   DEVICE_MODEL := Cubietruck
20   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-brcmfmac
21   SOC := sun7i-a20
22 endef
23 TARGET_DEVICES += cubietech_cubietruck
24
25 define Device/friendlyarm_nanopi-m1-plus
26   DEVICE_VENDOR := FriendlyARM
27   DEVICE_MODEL := NanoPi M1 Plus
28   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
29         kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic
30   SOC := sun8i-h3
31 endef
32 TARGET_DEVICES += friendlyarm_nanopi-m1-plus
33
34 define Device/friendlyarm_nanopi-neo
35   DEVICE_VENDOR := FriendlyARM
36   DEVICE_MODEL := NanoPi NEO
37   SOC := sun8i-h3
38 endef
39 TARGET_DEVICES += friendlyarm_nanopi-neo
40
41 define Device/friendlyarm_nanopi-neo-air
42   DEVICE_VENDOR := FriendlyARM
43   DEVICE_MODEL := NanoPi NEO Air
44   DEVICE_PACKAGES := kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
45         kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic
46   SOC := sun8i-h3
47 endef
48 TARGET_DEVICES += friendlyarm_nanopi-neo-air
49
50 define Device/lamobo_lamobo-r1
51   DEVICE_VENDOR := Lamobo
52   DEVICE_MODEL := Lamobo R1
53   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtl8192cu swconfig wpad-basic
54   SOC := sun7i-a20
55 endef
56 TARGET_DEVICES += lamobo_lamobo-r1
57
58 define Device/lemaker_bananapi
59   DEVICE_VENDOR := LeMaker
60   DEVICE_MODEL := Banana Pi
61   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi
62   SOC := sun7i-a20
63 endef
64 TARGET_DEVICES += lemaker_bananapi
65
66 define Device/lemaker_bananapi-m2-ultra
67   DEVICE_VENDOR := LeMaker
68   DEVICE_MODEL := Banana Pi M2 Ultra
69   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi
70   SOC := sun8i-r40
71 endef
72 TARGET_DEVICES += lemaker_bananapi-m2-ultra
73
74 define Device/lemaker_bananapro
75   DEVICE_VENDOR := LeMaker
76   DEVICE_MODEL := Banana Pro
77   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac
78   SOC := sun7i-a20
79 endef
80 TARGET_DEVICES += lemaker_bananapro
81
82 define Device/linksprite_pcduino3
83   DEVICE_VENDOR := LinkSprite
84   DEVICE_MODEL := pcDuino3
85   DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-ata-sunxi kmod-rtl8xxxu \
86         rtl8188eu-firmware
87   SOC := sun7i-a20
88 endef
89 TARGET_DEVICES += linksprite_pcduino3
90
91 define Device/mele_m9
92   DEVICE_VENDOR := Mele
93   DEVICE_MODEL := M9
94   DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
95   SOC := sun6i-a31
96 endef
97 TARGET_DEVICES += mele_m9
98
99 define Device/olimex_a20-olinuxino-lime
100   DEVICE_VENDOR := Olimex
101   DEVICE_MODEL := A20-OLinuXino-LIME
102   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi
103   SOC := sun7i
104 endef
105 TARGET_DEVICES += olimex_a20-olinuxino-lime
106
107 define Device/olimex_a20-olinuxino-lime2
108   DEVICE_VENDOR := Olimex
109   DEVICE_MODEL := A20-OLinuXino-LIME2
110   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
111   SOC := sun7i
112 endef
113 TARGET_DEVICES += olimex_a20-olinuxino-lime2
114
115 define Device/olimex_a20-olinuxino-lime2-emmc
116   DEVICE_VENDOR := Olimex
117   DEVICE_MODEL := A20-OLinuXino-LIME2
118   DEVICE_VARIANT := eMMC
119   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
120   SOC := sun7i
121 endef
122 TARGET_DEVICES += olimex_a20-olinuxino-lime2-emmc
123
124 define Device/olimex_a20-olinuxino-micro
125   DEVICE_VENDOR := Olimex
126   DEVICE_MODEL := A20-OLinuXino-MICRO
127   DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
128   SOC := sun7i
129 endef
130 TARGET_DEVICES += olimex_a20-olinuxino-micro
131
132 define Device/sinovoip_bananapi-m2-plus
133   DEVICE_VENDOR := Sinovoip
134   DEVICE_MODEL := Banana Pi M2+
135   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
136         kmod-brcmfmac brcmfmac-firmware-43430a0-sdio wpad-basic
137   SOC := sun8i-h3
138 endef
139 TARGET_DEVICES += sinovoip_bananapi-m2-plus
140
141 define Device/xunlong_orangepi-one
142   DEVICE_VENDOR := Xunlong
143   DEVICE_MODEL := Orange Pi One
144   DEVICE_PACKAGES:=kmod-rtc-sunxi
145   SOC := sun8i-h3
146 endef
147 TARGET_DEVICES += xunlong_orangepi-one
148
149 define Device/xunlong_orangepi-pc
150   DEVICE_VENDOR := Xunlong
151   DEVICE_MODEL := Orange Pi PC
152   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
153   SOC := sun8i-h3
154 endef
155 TARGET_DEVICES += xunlong_orangepi-pc
156
157 define Device/xunlong_orangepi-pc-plus
158   DEVICE_VENDOR := Xunlong
159   DEVICE_MODEL := Orange Pi PC Plus
160   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
161   SOC := sun8i-h3
162 endef
163 TARGET_DEVICES += xunlong_orangepi-pc-plus
164
165 define Device/xunlong_orangepi-plus
166   DEVICE_VENDOR := Xunlong
167   DEVICE_MODEL := Orange Pi Plus
168   DEVICE_PACKAGES:=kmod-rtc-sunxi
169   SOC := sun8i-h3
170 endef
171 TARGET_DEVICES += xunlong_orangepi-plus
172
173 define Device/xunlong_orangepi-r1
174   DEVICE_VENDOR := Xunlong
175   DEVICE_MODEL := Orange Pi R1
176   DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net kmod-usb-net-rtl8152
177   SOC := sun8i-h2-plus
178 endef
179 TARGET_DEVICES += xunlong_orangepi-r1
180
181 define Device/xunlong_orangepi-zero
182   DEVICE_VENDOR := Xunlong
183   DEVICE_MODEL := Orange Pi Zero
184   DEVICE_PACKAGES:=kmod-rtc-sunxi
185   SOC := sun8i-h2-plus
186 endef
187 TARGET_DEVICES += xunlong_orangepi-zero
188
189 define Device/xunlong_orangepi-2
190   DEVICE_VENDOR := Xunlong
191   DEVICE_MODEL := Orange Pi 2
192   DEVICE_PACKAGES:=kmod-rtc-sunxi
193   SOC := sun8i-h3
194 endef
195 TARGET_DEVICES += xunlong_orangepi-2