diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-27 14:27:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-27 14:27:34 +0000 |
commit | 974f286261065f972e4af9065e84e5a8c94942cc (patch) | |
tree | a5359120715ed556e5a9f3fe8dd5caf940b5aa25 /target/linux/ar71xx/generic | |
parent | 200c30b42602a4e1e9444942ea0dc5006f272b8c (diff) | |
download | upstream-974f286261065f972e4af9065e84e5a8c94942cc.tar.gz upstream-974f286261065f972e4af9065e84e5a8c94942cc.tar.bz2 upstream-974f286261065f972e4af9065e84e5a8c94942cc.zip |
add D-link DGL-5500 A1 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43401
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/d-link.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/d-link.mk b/target/linux/ar71xx/generic/profiles/d-link.mk index 5079af1ff5..0909df5e17 100644 --- a/target/linux/ar71xx/generic/profiles/d-link.mk +++ b/target/linux/ar71xx/generic/profiles/d-link.mk @@ -126,3 +126,15 @@ define Profile/DIR835A1/Description endef $(eval $(call Profile,DIR835A1)) + + +define Profile/DGL5500A1 + NAME:=D-Link DGL-5500 rev. A1 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k +endef + +define Profile/DIR5500A1/Description + Package set optimized for the D-Link DGL-5500 rev. A1. +endef + +$(eval $(call Profile,DGL5500A1)) |