summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-29 22:50:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-29 22:50:57 +0000
commitf7ff677169b9dd4de676472be88d9d44716e3759 (patch)
tree598c538e149dd64ac1612f7b6a719874d320c18f /target/linux/ar71xx/generic
parent2a5193308f1958dae011960fcfdf20cd1c4c2e0e (diff)
downloadmtk-20170518-f7ff677169b9dd4de676472be88d9d44716e3759.zip
mtk-20170518-f7ff677169b9dd4de676472be88d9d44716e3759.tar.gz
mtk-20170518-f7ff677169b9dd4de676472be88d9d44716e3759.tar.bz2
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
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/d-link.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/d-link.mk b/target/linux/ar71xx/generic/profiles/d-link.mk
index 98fe00f..37aaedd 100644
--- a/target/linux/ar71xx/generic/profiles/d-link.mk
+++ b/target/linux/ar71xx/generic/profiles/d-link.mk
@@ -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))