diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-07 19:36:42 +0000 |
commit | 4edff7d3efb927e76143b3eb214699be86b635d7 (patch) | |
tree | a50f2c1249b021752b95f5b0ca12c8ce8f33ad95 /target/linux/ar71xx/generic | |
parent | 8a8e5bde15076bee23de0283154cd2aea9129021 (diff) | |
download | upstream-4edff7d3efb927e76143b3eb214699be86b635d7.tar.gz upstream-4edff7d3efb927e76143b3eb214699be86b635d7.tar.bz2 upstream-4edff7d3efb927e76143b3eb214699be86b635d7.zip |
ar71xx: add a profile and build images for the TL-WR2543N/ND
SVN-Revision: 29682
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 2b9aa0e218..8f1314ad50 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -136,3 +136,14 @@ define Profile/TLWR1043/Description Package set optimized for the TP-LINK TL-WR1043N/ND. endef $(eval $(call Profile,TLWR1043)) + + +define Profile/TLWR2543 + NAME:=TP-LINK TL-WR2543N/ND + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/TLWR2543/Description + Package set optimized for the TP-LINK TL-WR2543N/ND. +endef +$(eval $(call Profile,TLWR2543)) |