From 9e412c9b2e7bbb65bd62429adee90fd8c6f0831c Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 3 Dec 2009 15:07:34 +0000 Subject: ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18621 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/profiles/d-link.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ar71xx/profiles') diff --git a/target/linux/ar71xx/profiles/d-link.mk b/target/linux/ar71xx/profiles/d-link.mk index 460900ddf..3028a4994 100644 --- a/target/linux/ar71xx/profiles/d-link.mk +++ b/target/linux/ar71xx/profiles/d-link.mk @@ -15,3 +15,15 @@ define Profile/DIR615C1/Description endef $(eval $(call Profile,DIR615C1)) + + +define Profile/DIR825B1 + NAME:=D-Link DIR-825 rev. B1 + PACKAGES:=kmod-ath9k hostapd-mini +endef + +define Profile/DIR825B1/Description + Package set optimized for the D-Link DIR-825 rev. B1. +endef + +$(eval $(call Profile,DIR825B1)) -- cgit v1.2.3