projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c68d57
)
base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git instead...
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)
SVN-Revision: 16652
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 69f1e776c2e976df8377a91c08f42c683444e78b..4d6a15cc95b7044f3e569463d5039bb5d77db939 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))