From: Daniel Dickinson Date: Thu, 19 May 2011 05:26:06 +0000 (+0000) Subject: [packages] utils: restorefactory: Fixed typo in package description define. Thank... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cb6d65da408d6e229ac7a920653b612e3d4d9ebd;p=openwrt%2Fsvn-archive%2Farchive.git [packages] utils: restorefactory: Fixed typo in package description define. Thank RealOpty. SVN-Revision: 26946 --- diff --git a/utils/restorefactory/Makefile b/utils/restorefactory/Makefile index a3fda806e8..577592b4f3 100644 --- a/utils/restorefactory/Makefile +++ b/utils/restorefactory/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restorefactory PKG_VERSION:=1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk @@ -20,7 +20,7 @@ define Package/restorefactory MAINTAINER:=Nuno Goncalves endef -define Package/restoreyfactory/description +define Package/restorefactory/description RestoreFactory handles the reset button event and issues a "firstboot" command. Button and wait time can be configured with a UCI file. endef