From: Gerry Rozema Date: Fri, 18 Aug 2006 22:38:20 +0000 (+0000) Subject: Remove postinit stuff for initramfs X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=109039c248f2595aabb8e952d917a8d8ba082611;p=librecmc%2Flibrecmc.git Remove postinit stuff for initramfs SVN-Revision: 4605 --- diff --git a/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk index 0ef00de35d..5e4534281a 100644 --- 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