rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / profiles / tecom.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/GW6000
9 NAME:=Tecom GW6000
10 PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
11 kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
12 kmod-ipt-nathelper-extra wlc
13 endef
14 define Profile/GW6000/Description
15 Package set optimized for GW6000.
16 endef
17 $(eval $(call Profile,GW6000))
18
19 define Profile/GW6200
20 NAME:=Tecom GW6200
21 PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
22 kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
23 kmod-ipt-nathelper-extra wlc
24 endef
25 define Profile/GW6200/Description
26 Package set optimized for GW6200.
27 endef
28 $(eval $(call Profile,GW6200))