mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: adjust OM5P profile for the OpenMesh OM5P-AN board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 44866owl
parent
37a4102423
commit
55a71c1374
|
@ -17,12 +17,12 @@ endef
|
||||||
$(eval $(call Profile,OM2P))
|
$(eval $(call Profile,OM2P))
|
||||||
|
|
||||||
define Profile/OM5P
|
define Profile/OM5P
|
||||||
NAME:=OpenMesh OM5P
|
NAME:=OpenMesh OM5P/OM5P-AN
|
||||||
PACKAGES:=kmod-ath9k om-watchdog
|
PACKAGES:=kmod-ath9k om-watchdog
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/OM5P/Description
|
define Profile/OM5P/Description
|
||||||
Package set optimized for the OpenMesh OM5P.
|
Package set optimized for the OpenMesh OM5P/OM5P-AN.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,OM5P))
|
$(eval $(call Profile,OM5P))
|
||||||
|
|
Loading…
Reference in New Issue