projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d01636
)
utils: restorefactory: Fixed typo in package description define. Thank RealOpty.
author
Daniel Dickinson
<crazycshore@gmail.com>
Thu, 19 May 2011 05:26:06 +0000
(
05:26
+0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Thu, 19 May 2011 05:26:06 +0000
(
05:26
+0000)
SVN-Revision: 26946
utils/restorefactory/Makefile
patch
|
blob
|
history
diff --git
a/utils/restorefactory/Makefile
b/utils/restorefactory/Makefile
index a3fda806e8930fb637b64800ca953eed25941b1c..577592b4f3e56c88782a9e729a1e5ce1aaace28a 100644
(file)
--- 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 <nunojpg@gmail.com>
endef
-define Package/restore
y
factory/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