diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-04 17:30:41 +0000 |
commit | 88223f87d1397efc77d38d2a0894aa4a40413086 (patch) | |
tree | f9d5bcfd83ad49d2af7ea265aaf2e3c04e9458eb /target | |
parent | ce639ba1855ddda4ae4cf1fc3ef585420fd996ca (diff) | |
download | upstream-88223f87d1397efc77d38d2a0894aa4a40413086.tar.gz upstream-88223f87d1397efc77d38d2a0894aa4a40413086.tar.bz2 upstream-88223f87d1397efc77d38d2a0894aa4a40413086.zip |
ar71xx: use the new om-watchdog package for OM2P
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 29648
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/openmesh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 0c5f4505ee..87d39f935d 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -7,7 +7,7 @@ define Profile/OM2P NAME:=OpenMesh OM2P - PACKAGES:=kmod-ath9k om2p-watchdog + PACKAGES:=kmod-ath9k om-watchdog endef define Profile/OM2P/Description |