mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
package/index: filter out the libc package from the index
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32187 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -126,6 +126,7 @@ package_index: FORCE
|
||||
package_install: FORCE
|
||||
@echo
|
||||
@echo Installing packages...
|
||||
$(OPKG) install $(PACKAGE_DIR)/libc_*.ipk
|
||||
$(OPKG) install $(PACKAGE_DIR)/kernel_*.ipk
|
||||
$(OPKG) install $(BUILD_PACKAGES)
|
||||
rm -f $(TARGET_DIR)/usr/lib/opkg/lists/*
|
||||
|
||||
Reference in New Issue
Block a user