2
0
forked from Ivasoft/openwrt

ar71xx: add profile and build image for dir-825-c1

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35403
This commit is contained in:
Gabor Juhos
2013-01-29 22:50:57 +00:00
parent 2a5193308f
commit f7ff677169
2 changed files with 22 additions and 0 deletions

View File

@@ -61,3 +61,14 @@ define Profile/DIR825B1/Description
endef
$(eval $(call Profile,DIR825B1))
define Profile/DIR825C1
NAME:=D-Link DIR-825 rev. C1
PACKAGES:=kmod-usb-core mod-usb2 kmod-ledtrig-usbdev
endef
define Profile/DIR825C1/Description
Package set optimized for the D-Link DIR-825 rev. C1.
endef
$(eval $(call Profile,DIR825C1))