mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
add workaround for kernel module install
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4098 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fabc9e7893
commit
f07fb572b6
@ -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