diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-23 12:32:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-23 12:32:46 +0000 |
commit | 170d6b62289a0d7a8c158d7d7b865f93a3428732 (patch) | |
tree | 33b394c6ef852d31caacc88f45964f41cf22425b /target/linux/ar71xx/generic | |
parent | ebf03a147db6204a6c109a4601f113413058515c (diff) | |
download | upstream-170d6b62289a0d7a8c158d7d7b865f93a3428732.tar.gz upstream-170d6b62289a0d7a8c158d7d7b865f93a3428732.tar.bz2 upstream-170d6b62289a0d7a8c158d7d7b865f93a3428732.zip |
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 <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44085 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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:= |