diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-26 18:27:51 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-26 18:27:51 +0000 |
commit | b6ea50912a0567eb2d3860c5304889e57c932add (patch) | |
tree | b6320970e332c7f3df316e84a6f41cb9ee3de50c /target/linux/ar71xx/profiles/tp-link.mk | |
parent | 538d16ee7bc493d4c152555341a2a229d7d3d95e (diff) |
ar71xx: create firmware images for the TL-WR941ND v3 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/profiles/tp-link.mk')
-rw-r--r-- | target/linux/ar71xx/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/tp-link.mk b/target/linux/ar71xx/profiles/tp-link.mk index ffb3b9e06d..7efb1a3766 100644 --- a/target/linux/ar71xx/profiles/tp-link.mk +++ b/target/linux/ar71xx/profiles/tp-link.mk @@ -60,6 +60,17 @@ endef $(eval $(call Profile,TLWR941NDV2)) +define Profile/TLWR941NDV3 + NAME:=TP-LINK TL-WR941ND v3 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWR941NDV3/Description + Package set optimized for the TP-LINK TL-WR941ND v3. +endef + +$(eval $(call Profile,TLWR941NDV3)) + define Profile/TLWR941NDV4 NAME:=TP-LINK TL-WR941ND v4 PACKAGES:=kmod-ath9k wpad-mini |