1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 23:06:48 +03:00
openwrt-xburst/target/linux/ar71xx/generic/profiles/d-link.mk
juhosg 65ca4389f1 ar71xx: support for D-LINK DIR-615 rev. E4
This patch adds support for D-LINK DIR-615 E4 board. It's mostly based
on the existing support for DIR-600 A1, with some changes in the leds
configuration.

It's an updated version of the patch that reliably works on my hw for
about a year (it was built from trunk on Jan 2011). When I decided to
update the firmware and checked for the current support for that device,
I also found previously posted patches by Alexey Loukianov that
mentioned some stability issues. I'm not sure where could be the
difference, the patches are very similar except the wmac led pin number
- I was using 1, and those patches used 17.

[juhosg: add 3.2 support]

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-31 18:37:09 +00:00

54 lines
1.0 KiB
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/DIR600A1
NAME:=D-Link DIR-600 rev. A1
PACKAGES:=
endef
define Profile/DIR600A1/Description
Package set optimized for the D-Link DIR-600 rev. A1.
endef
$(eval $(call Profile,DIR600A1))
define Profile/DIR615C1
NAME:=D-Link DIR-615 rev. C1
PACKAGES:=
endef
define Profile/DIR615C1/Description
Package set optimized for the D-Link DIR-615 rev. C1.
endef
$(eval $(call Profile,DIR615C1))
define Profile/DIR615E4
NAME:=D-Link DIR-615 rev. E4
PACKAGES:=
endef
define Profile/DIR615E4/Description
Package set optimized for the D-Link DIR-615 rev. E4.
endef
$(eval $(call Profile,DIR615E4))
define Profile/DIR825B1
NAME:=D-Link DIR-825 rev. B1
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
endef
define Profile/DIR825B1/Description
Package set optimized for the D-Link DIR-825 rev. B1.
endef
$(eval $(call Profile,DIR825B1))