rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / profiles / sfr.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/Neufbox4
9 NAME:=SFR Neufbox4
10 PACKAGES:=kmod-b43 wpad-mini \
11 kmod-usb2 kmod-usb-ohci
12 endef
13 define Profile/Neufbox4/Description
14 Package set optimized for Neufbox4.
15 endef
16 $(eval $(call Profile,Neufbox4))
17
18 define Profile/Neufbox6
19 NAME:=SFR Neufbox6
20 PACKAGES:=kmod-b43 wpad-mini \
21 kmod-usb2 kmod-usb-ohci
22 endef
23 define Profile/Neufbox6/Description
24 Package set optimized for Neufbox6.
25 endef
26 $(eval $(call Profile,Neufbox6))