From df2e3121009708c461271538bb18aa9712568cf8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 23 Jan 2015 12:32:46 +0000 Subject: ar71xx: add support for TP-LINK TL-WR843ND v1 TP-LINK TL-WR843ND v1 is the same model like wr41, but with Power over Ethernet on wan port. Signed-off-by: Cezary Jackiewicz SVN-Revision: 44085 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index a9d170c754..c7a65e4af2 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -312,6 +312,17 @@ endef $(eval $(call Profile,TLWR842)) +define Profile/TLWR843 + NAME:=TP-LINK TL-WR843N/ND + PACKAGES:= +endef + +define Profile/TLWR843/Description + Package set optimized for the TP-LINK TL-WR843N/ND. +endef +$(eval $(call Profile,TLWR843)) + + define Profile/TLWR941 NAME:=TP-LINK TL-WR941N/ND PACKAGES:= -- cgit v1.2.3