add workaround for kernel module install

SVN-Revision: 4098
This commit is contained in:
Felix Fietkau 2006-06-28 17:30:39 +00:00
parent 74b7b29d17
commit 276ad1e336
1 changed files with 3 additions and 1 deletions

View File

@ -105,7 +105,9 @@ $(TOPDIR)/.kernel.mk:
echo "LINUX_RELEASE:=$(LINUX_RELEASE)" >> $@
pkg-install: FORCE
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; }
@for pkg in $(INSTALL_TARGETS); do \
$(IPKG) install $$pkg || echo; \
done
source: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured