Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 16, 2024
1 parent 12ab3a5 commit 0dcd61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helper/utils/openwrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def archive(self, path: str) -> None:
if os.path.exists(os.path.join(self.path, "dl")):
shutil.rmtree(os.path.join(self.path, "dl"))
with tarfile.open(path, "w:gz") as tar:
tar.add(self.path, arcname=os.path.basename(self.path))
tar.add(self.path, arcname="openwrt")

def enable_kmods(self, exclude_list: list[str]) -> None:
for _ in range(5):
Expand Down

0 comments on commit 0dcd61a

Please sign in to comment.