X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2b1cf2b32ceaee4a99bf3b290f814095100962fb..03ce5416aafda75e94c802c9a2783e12f0fbfb2f:/target/linux/ar71xx/generic/profiles/tp-link.mk diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index c9f0cacb1..8f1314ad5 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -50,6 +50,17 @@ endef $(eval $(call Profile,TLWR703)) +define Profile/TLWA701 + NAME:=TP-LINK TL-WA701N/ND + PACKAGES:= +endef + +define Profile/TLWA701/Description + Package set optimized for the TP-LINK TL-WA701N/ND. +endef +$(eval $(call Profile,TLWA701)) + + define Profile/TLWA901 NAME:=TP-LINK TL-WA901N/ND PACKAGES:= @@ -125,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))