diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:57 +0000 |
commit | f7ff677169b9dd4de676472be88d9d44716e3759 (patch) | |
tree | 598c538e149dd64ac1612f7b6a719874d320c18f /target/linux/ar71xx/generic/profiles | |
parent | 2a5193308f1958dae011960fcfdf20cd1c4c2e0e (diff) | |
download | upstream-f7ff677169b9dd4de676472be88d9d44716e3759.tar.gz upstream-f7ff677169b9dd4de676472be88d9d44716e3759.tar.bz2 upstream-f7ff677169b9dd4de676472be88d9d44716e3759.zip |
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/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/d-link.mk | 11 |
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 98fe00fc2f..37aaedd932 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)) |