diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-07 19:58:39 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-07 19:58:39 +0000 |
commit | 0491fbaeca6d70b480a58473bbbf14fe2d3fbe0e (patch) | |
tree | 428fdd71f1a5e6f5e4e826b1defe27a396a3c86f /target/linux/ar71xx/profiles | |
parent | fd9114dcce17361dba8be77f2a22df3970d563aa (diff) |
[ar71xx] create firmware image for the TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/profiles')
-rw-r--r-- | target/linux/ar71xx/profiles/tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/tp-link.mk b/target/linux/ar71xx/profiles/tp-link.mk index ba0cb1249..551aec904 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -5,6 +5,16 @@ # See /LICENSE for more information. # +define Profile/TLWR741NDV1 + NAME:=TP-LINK TL-WR741ND v1 +endef + +define Profile/TLWR741NDV1/Description + Package set optimized for the TP-LINK TL-WR741ND v1. +endef + +$(eval $(call Profile,TLWR741NDV1)) + define Profile/TLWR941NDV2 NAME:=TP-LINK TL-WR941ND v2 PACKAGES:=kmod-ath9k hostapd-mini |