Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Nov 13, 2024
1 parent a65c925 commit 1486942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/common/patches/imagebuilder.patch
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
$(OPKG) install $(firstword $(wildcard $(LINUX_DIR)/libc_*.ipk $(PACKAGE_DIR)/libc_*.ipk))
$(OPKG) install $(firstword $(wildcard $(LINUX_DIR)/kernel_*.ipk $(PACKAGE_DIR)/kernel_*.ipk))
- $(OPKG) install $(BUILD_PACKAGES)
+ $(OPKG) install $(BUILD_PACKAGES) luci-i18n-base-zh-cn || true
+ $(OPKG) install --force-maintainer $(BUILD_PACKAGES) luci-i18n-base-zh-cn || true
+ $(if $(USER_FILES), \
+ find $(USER_FILES) -name "*.ipk" -print0 | \
+ while IFS= read -r -d '' ipk; do \
Expand Down

0 comments on commit 1486942

Please sign in to comment.