diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-18 14:44:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-18 14:44:30 +0000 |
commit | 986d8ba19bba942e2c58f64f0eaaef443ce69c59 (patch) | |
tree | f15925e57fa8598197325012db275e444bb90c60 /include | |
parent | 6bd788238537b142baa5f126d708dcbb59ef8186 (diff) | |
download | upstream-986d8ba19bba942e2c58f64f0eaaef443ce69c59.tar.gz upstream-986d8ba19bba942e2c58f64f0eaaef443ce69c59.tar.bz2 upstream-986d8ba19bba942e2c58f64f0eaaef443ce69c59.zip |
remove reference to missing file
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-build.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 0ef00de35d..5e4534281a 100644 --- a/include/kernel-build.mk +++ b/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 |