2 # Copyright (C) 2009 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define Profile
/DIR600A1
9 NAME
:=D-Link DIR-600 rev. A1
10 PACKAGES
:=kmod-ath9k wpad-mini
13 define Profile
/DIR600A1
/Description
14 Package set optimized for the D-Link DIR-600 rev. A1.
17 $(eval
$(call Profile
,DIR600A1
))
20 define Profile
/DIR615C1
21 NAME
:=D-Link DIR-615 rev. C1
22 PACKAGES
:=kmod-ath9k wpad-mini
25 define Profile
/DIR615C1
/Description
26 Package set optimized for the D-Link DIR-615 rev. C1.
29 $(eval
$(call Profile
,DIR615C1
))
32 define Profile
/DIR825B1
33 NAME
:=D-Link DIR-825 rev. B1
34 PACKAGES
:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
37 define Profile
/DIR825B1
/Description
38 Package set optimized for the D-Link DIR-825 rev. B1.
41 $(eval
$(call Profile
,DIR825B1
))