diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:33 +0000 |
commit | f6e29416b55cb63d5d93897a6f12e09f761dcc70 (patch) | |
tree | d0195366a2a35c89140f91317f474eee46cc9e22 /target/linux/ar71xx/profiles/tp-link.mk | |
parent | 7fd1228672d80797df62f399bff44e320ffd195f (diff) | |
download | upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.tar.gz upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.tar.bz2 upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.zip |
ar71xx: create firmware images for the TL-WR941ND v4 board
SVN-Revision: 19749
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 09fbcc9e7e..ffb3b9e06d 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/TLWR941NDV4 + NAME:=TP-LINK TL-WR941ND v4 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWR941NDV4/Description + Package set optimized for the TP-LINK TL-WR941ND v4. +endef + +$(eval $(call Profile,TLWR941NDV4)) + define Profile/TLWR1043NDV1 NAME:=TP-LINK TL-WR1043ND v1 PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 |