mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-10 16:49:35 +00:00
add workaround for kernel module install
SVN-Revision: 4098
This commit is contained in:
parent
74b7b29d17
commit
276ad1e336
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user