diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-04 17:30:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-04 17:30:41 +0000 |
commit | 7e491e9a720265b21021407cc20bff038aa6b00e (patch) | |
tree | f3b5b68320f9fc017f0074c788e131e101d11a9b | |
parent | 53e47d1bc3166b800c3090043fc99496100bb872 (diff) |
ar71xx: use the new om-watchdog package for OM2P
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29648 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0c5f4505e..87d39f935 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 |