diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:21:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:21:22 +0000 |
commit | c17998a4dd8f32b18c97f6c35a017e0a803293c4 (patch) | |
tree | 55c6db8b631a41d33b7a8c19a0f95c178c5f1256 /target/linux/ar71xx/generic | |
parent | f777b06875bb12d09378050971e3ed9148696085 (diff) | |
download | upstream-c17998a4dd8f32b18c97f6c35a017e0a803293c4.tar.gz upstream-c17998a4dd8f32b18c97f6c35a017e0a803293c4.tar.bz2 upstream-c17998a4dd8f32b18c97f6c35a017e0a803293c4.zip |
ar71xx: adjust OM2P profile for the OpenMesh OM2Pv2 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: 40960
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 53ae5987f9..7c87411255 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/OM2P-HS/OM2P-LC + NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-LC PACKAGES:=kmod-ath9k om-watchdog endef define Profile/OM2P/Description - Package set optimized for the OpenMesh OM2P/OM2P-HS/OM2P-LC. + Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-LC. endef $(eval $(call Profile,OM2P)) |