contrib: fix typo in Makefile

This commit is contained in:
Jo-Philipp Wich 2010-11-11 13:47:56 +00:00
parent f66c97159e
commit de96d289a0

View file

@ -362,7 +362,7 @@ $(eval $(call application,diag-devinfo,LuCI Diagnostics Tools (Device Info),\
$(eval $(call application,voice-core,LuCI Voice Software (Core))) $(eval $(call application,voice-core,LuCI Voice Software (Core)))
$(eval $(call application,voide-diag,LuCI Voice Software (Diagnostics),\ $(eval $(call application,voice-diag,LuCI Voice Software (Diagnostics),\
+luci-app-voice-core +luci-app-diag-devinfo)) +luci-app-voice-core +luci-app-diag-devinfo))