projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079818b
)
merge r16652 to 8.09: [package] base-files: explicitly create /etc/rc.d/, fixes Image...
author
Andy Boyett
<agb@openwrt.org>
Tue, 3 Nov 2009 11:31:52 +0000
(11:31 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Tue, 3 Nov 2009 11:31:52 +0000
(11:31 +0000)
SVN-Revision: 18285
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index ac16eca4909aee7f25db239796c59970cff360e7..e0066b7233e3b71c9de213caacfe567e4697b780 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=14.
2
+PKG_RELEASE:=14.
3
PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@
-155,6
+155,7
@@
define Package/base-files$(TARGET)/install
$(SED) 's,$$$$R,$(REVISION),g' $(1)/etc/banner
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs
+ mkdir -p $(1)/etc/rc.d
mkdir -p $(1)/jffs
mkdir -p $(1)/lib/firmware
mkdir -p $(1)/mnt