mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
target/imagebuilder: add missing package index (fixes #16675)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40968 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -50,6 +50,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean
|
||||
| $(XARGS) rm -rf
|
||||
find $(STAGING_DIR_HOST)/bin -maxdepth 1 -type f -perm -u=x \
|
||||
| $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/host/bin
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) package_index
|
||||
$(TAR) c -C $(BUILD_DIR) $(IB_NAME) | bzip2 -c > $@
|
||||
|
||||
download:
|
||||
|
||||
Reference in New Issue
Block a user