From: Felix Fietkau Date: Fri, 18 Aug 2006 14:44:30 +0000 (+0000) Subject: remove reference to missing file X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=f21c94594241c81fb9af2efe327111f3041840ff;p=openwrt%2Fsvn-archive%2Farchive.git remove reference to missing file SVN-Revision: 4595 --- 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