From: Felix Fietkau Date: Thu, 15 Jun 2006 17:22:17 +0000 (+0000) Subject: remove old junk X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d2e4791bbe0d1c7c61a94033e3980bf8876480e2;p=15.05%2Fopenwrt.git remove old junk git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3952 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic-2.6/files/init.d/S00initramfs b/target/linux/generic-2.6/files/init.d/S00initramfs deleted file mode 100755 index 9836de423b..0000000000 --- a/target/linux/generic-2.6/files/init.d/S00initramfs +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -mount none /proc -t proc -mount_root failsafe -mount -o remount,rw /dev/root / diff --git a/target/linux/kernel.mk b/target/linux/kernel.mk index b54fbd5972..cd74fccfb8 100644 --- a/target/linux/kernel.mk +++ b/target/linux/kernel.mk @@ -52,7 +52,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/init.d/S00initramfs $(BUILD_DIR)/root/etc/init.d/ else rm -f $(BUILD_DIR)/root/init $(BUILD_DIR)/root/etc/init.d/S00initramfs echo 'CONFIG_INITRAMFS_SOURCE=""' >> $(LINUX_DIR)/.config