bcm53xx: sysupgrade: allow flashing NAND devices without --force
[openwrt.git] / target / linux / brcm63xx / profiles / pirelli.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/A226G
9   NAME:=Pirelli A226G
10   PACKAGES:=kmod-b43 wpad-mini\
11         kmod-usb2 kmod-usb-ohci
12 endef
13 define Profile/A226G/Description
14   Package set optimized for A226G.
15 endef
16 $(eval $(call Profile,A226G))
17
18 define Profile/A226M
19   NAME:=Pirelli A226M/A226M-FWB
20   PACKAGES:=kmod-usb2 kmod-usb-ohci
21 endef
22 define Profile/A226M/Description
23   Package set optimized for A226M/A226M-FWB.
24 endef
25 $(eval $(call Profile,A226M))
26
27 define Profile/AGPF_S0
28   NAME:=Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0
29   PACKAGES:=kmod-b43 wpad-mini\
30         kmod-usb2 kmod-usb-ohci
31 endef
32 define Profile/AGPF_S0/Description
33   Package set optimized for AGPF-S0.
34 endef
35 $(eval $(call Profile,AGPF_S0))