diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-23 17:59:37 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:41 +0200 |
commit | 4c5a49031eb690f1f311c9e8d4c68c541fadf5ae (patch) | |
tree | 638ad87fc0d7fdee853274bff5748b7936f5341d /target/linux/ar71xx/generic | |
parent | 26c771452cd8d13f3b07eac1e674bd7c56398110 (diff) | |
download | upstream-4c5a49031eb690f1f311c9e8d4c68c541fadf5ae.tar.gz upstream-4c5a49031eb690f1f311c9e8d4c68c541fadf5ae.tar.bz2 upstream-4c5a49031eb690f1f311c9e8d4c68c541fadf5ae.zip |
ar71xx: convert OM2P to device profile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/openmesh.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 15b974abf5..dbdf16959f 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -5,17 +5,6 @@ # See /LICENSE for more information. # -define Profile/OM2P - NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC - PACKAGES:=kmod-ath9k om-watchdog -endef - -define Profile/OM2P/Description - Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-HSv3/OM2P-LC. -endef - -$(eval $(call Profile,OM2P)) - define Profile/OM5P NAME:=OpenMesh OM5P/OM5P-AN PACKAGES:=kmod-ath9k om-watchdog |