diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-30 12:26:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-30 12:26:14 +0000 |
commit | aeb60acd26e5bbc94190ce740c4a614b608afaa2 (patch) | |
tree | 8a3ad8e75f59a111bb0355d0ba7d32b9913e49cf /target/linux/ar71xx/profiles/planex.mk | |
parent | bff1160587ef8934af7abb525a40ca5d33cba5f2 (diff) | |
download | upstream-aeb60acd26e5bbc94190ce740c4a614b608afaa2.tar.gz upstream-aeb60acd26e5bbc94190ce740c4a614b608afaa2.tar.bz2 upstream-aeb60acd26e5bbc94190ce740c4a614b608afaa2.zip |
ar71xx: add missing profiles for the TL-WR841ND v3 and MZK-W300NH boards
SVN-Revision: 18223
Diffstat (limited to 'target/linux/ar71xx/profiles/planex.mk')
-rw-r--r-- | target/linux/ar71xx/profiles/planex.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/profiles/planex.mk b/target/linux/ar71xx/profiles/planex.mk index 2d80d4d1d7..35d88e512e 100644 --- a/target/linux/ar71xx/profiles/planex.mk +++ b/target/linux/ar71xx/profiles/planex.mk @@ -15,3 +15,14 @@ define Profile/MZKW04NU/Description endef $(eval $(call Profile,MZKW04NU)) + +define Profile/MZKW300NH + NAME:=Planex MZK-W300NH + PACKAGES:=kmod-ath9k hostapd-mini +endef + +define Profile/MZKW300NH/Description + Package set optimized for the Planex MZK-W300NH. +endef + +$(eval $(call Profile,MZKW300NH)) |