diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-11 01:29:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-11 01:29:11 +0000 |
commit | 7cb42738e6d60df76ca64ee3d569e28454521c97 (patch) | |
tree | 3b10186c049d6ffaed5c4d17847a37e0279554fb /target | |
parent | 6ca6d317b38fcef792e4564b69d9a5aefc98c85d (diff) | |
download | upstream-7cb42738e6d60df76ca64ee3d569e28454521c97.tar.gz upstream-7cb42738e6d60df76ca64ee3d569e28454521c97.tar.bz2 upstream-7cb42738e6d60df76ca64ee3d569e28454521c97.zip |
package/index: filter out the libc package from the index
SVN-Revision: 32187
Diffstat (limited to 'target')
-rw-r--r-- | target/imagebuilder/files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 803252b4b6..b0d0698acd 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/* |