X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/21c70e437b5f88567bc63dd57b3b3995eca862b6..1b18fb38dc7e0ff0fb1e086a7d05654be068ce7c:/target/linux/ar71xx/profiles/tp-link.mk diff --git a/target/linux/ar71xx/profiles/tp-link.mk b/target/linux/ar71xx/profiles/tp-link.mk index ab5ed54ca..8df005075 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -47,3 +47,14 @@ define Profile/TLWR941NDV2/Description endef $(eval $(call Profile,TLWR941NDV2)) + +define Profile/TLWR1043NDV1 + NAME:=TP-LINK TL-WR1043ND v1 + PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2 +endef + +define Profile/TLWR1043NDV1/Description + Package set optimized for the TP-LINK TL-WR1043ND v1. +endef + +$(eval $(call Profile,TLWR1043NDV1))