aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kernel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-15 17:22:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-15 17:22:17 +0000
commitd2e4791bbe0d1c7c61a94033e3980bf8876480e2 (patch)
treea47440ce4dd771e422c6c7027afe55071be443d8 /target/linux/kernel.mk
parent705882aaab1526e9c46530c02699c923ec7b80ca (diff)
downloadupstream-d2e4791bbe0d1c7c61a94033e3980bf8876480e2.tar.gz
upstream-d2e4791bbe0d1c7c61a94033e3980bf8876480e2.tar.bz2
upstream-d2e4791bbe0d1c7c61a94033e3980bf8876480e2.zip
remove old junk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kernel.mk')
-rw-r--r--target/linux/kernel.mk1
1 files changed, 0 insertions, 1 deletions
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