projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c60ff4
)
[package] base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using...
author
Andy Boyett
<agb@openwrt.org>
Thu, 2 Jul 2009 07:24:44 +0000
(07:24 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Thu, 2 Jul 2009 07:24:44 +0000
(07:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16652
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
69f1e77
..
4d6a15c
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=2
3
+PKG_RELEASE:=2
4
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@
-175,6
+175,7
@@
define Package/base-files$(TARGET)/install
mkdir -p $(1)/CONTROL
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs
+ mkdir -p $(1)/etc/rc.d
mkdir -p $(1)/jffs
mkdir -p $(1)/lib/firmware
$(if $(LIB_SUFFIX),ln -s lib $(1)/lib$(LIB_SUFFIX))