diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:21:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:21:52 +0000 |
commit | 290d01379e230766e3186a276851b08298fee27a (patch) | |
tree | eacfeeb9ec14c7d6daed2f96cf8d6d74e08715ee /target/linux/ar71xx/generic | |
parent | 1a6a14c7579b309ee1d62ba9f95615a12f43ecb5 (diff) | |
download | upstream-290d01379e230766e3186a276851b08298fee27a.tar.gz upstream-290d01379e230766e3186a276851b08298fee27a.tar.bz2 upstream-290d01379e230766e3186a276851b08298fee27a.zip |
ar71xx: adjust OM2P profile for the OpenMesh OM2P-HSv2 board
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40966
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/openmesh.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 7c87411255..2f33d83c3e 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -6,12 +6,12 @@ # define Profile/OM2P - NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-LC + NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC PACKAGES:=kmod-ath9k om-watchdog endef define Profile/OM2P/Description - Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-LC. + Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC. endef $(eval $(call Profile,OM2P)) |