diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 14:41:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 14:41:50 +0000 |
commit | d9d4965ae1c2dc6b6f77cab2143381353518b74d (patch) | |
tree | ab3accb1893de631c7c73d0cc5fdf8733222b788 /target/linux/linux-2.6/Makefile | |
parent | a74e14a00b7246b3d8757772fee807a5d1a288e2 (diff) | |
download | upstream-d9d4965ae1c2dc6b6f77cab2143381353518b74d.tar.gz upstream-d9d4965ae1c2dc6b6f77cab2143381353518b74d.tar.bz2 upstream-d9d4965ae1c2dc6b6f77cab2143381353518b74d.zip |
fix kernel package install bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2240 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.6/Makefile')
-rw-r--r-- | target/linux/linux-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index 9ff3ed7694..489f136935 100644 --- a/target/linux/linux-2.6/Makefile +++ b/target/linux/linux-2.6/Makefile @@ -255,7 +255,7 @@ install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG) $(MAKE) -C $(TOPDIR)/target/linux/package \ $(KPKG_MAKEOPTS) \ install - @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true } $(MAKE_TRACE) + @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE) mostlyclean: rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.modules_done |