From b766b6c9d5b7008ec458d7f574a6ec13596e08f5 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 01:29:11 +0000 Subject: 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 --- target/imagebuilder/files/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/imagebuilder/files/Makefile') diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 803252b4b..b0d0698ac 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -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/* -- cgit v1.2.3