2009-03-01 01:47:33 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2010-01-11 16:02:10 +08:00
|
|
|
define Profile/DIR600A1
|
|
|
|
NAME:=D-Link DIR-600 rev. A1
|
2010-02-03 11:45:38 +08:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2010-01-11 16:02:10 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/DIR600A1/Description
|
|
|
|
Package set optimized for the D-Link DIR-600 rev. A1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,DIR600A1))
|
|
|
|
|
|
|
|
|
2009-03-01 01:47:33 +08:00
|
|
|
define Profile/DIR615C1
|
|
|
|
NAME:=D-Link DIR-615 rev. C1
|
2010-02-03 11:45:38 +08:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-03-01 01:47:33 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/DIR615C1/Description
|
|
|
|
Package set optimized for the D-Link DIR-615 rev. C1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,DIR615C1))
|
2009-12-03 23:07:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
define Profile/DIR825B1
|
|
|
|
NAME:=D-Link DIR-825 rev. B1
|
2011-01-09 05:02:25 +08:00
|
|
|
PACKAGES:=\
|
|
|
|
kmod-ath9k wpad-mini kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
|
|
|
kmod-ledtrig-usbdev
|
2009-12-03 23:07:34 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/DIR825B1/Description
|
|
|
|
Package set optimized for the D-Link DIR-825 rev. B1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,DIR825B1))
|