package/index: filter out the libc package from the index

SVN-Revision: 32187
This commit is contained in:
Felix Fietkau
2012-06-11 01:29:11 +00:00
parent 6ca6d317b3
commit 7cb42738e6
2 changed files with 2 additions and 0 deletions

View File

@@ -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/*