projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52f59e
)
Remove postinit stuff for initramfs
author
Gerry Rozema
<groz@openwrt.org>
Fri, 18 Aug 2006 22:38:20 +0000
(22:38 +0000)
committer
Gerry Rozema
<groz@openwrt.org>
Fri, 18 Aug 2006 22:38:20 +0000
(22:38 +0000)
SVN-Revision: 4605
openwrt/include/kernel-build.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/kernel-build.mk
b/openwrt/include/kernel-build.mk
index 0ef00de35d37c8f78e988f961578939620ef7c5e..5e4534281a70f3d3d451ee86c96fc757d6d986f7 100644
(file)
--- a/
openwrt/include/kernel-build.mk
+++ b/
openwrt/include/kernel-build.mk
@@
-57,7
+57,6
@@
ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
echo 'CONFIG_INITRAMFS_ROOT_GID=0' >> $(LINUX_DIR)/.config
mkdir -p $(BUILD_DIR)/root/etc/init.d
$(CP) ../generic-2.6/files/init $(BUILD_DIR)/root/
- $(CP) ../generic-2.6/files/postinit $(BUILD_DIR)/root/
else
rm -f $(BUILD_DIR)/root/init $(BUILD_DIR)/root/etc/init.d/S00initramfs
echo 'CONFIG_INITRAMFS_SOURCE=""' >> $(LINUX_DIR)/.config