Skip to content

Commit

Permalink
Merge branch '4626_ipk'
Browse files Browse the repository at this point in the history
* 4626_ipk:
  Ticket #4626: mc.ext.ini: support OpenEmbedded ipk archives
  • Loading branch information
aborodin committed Jan 8, 2025
2 parents c183a0b + c13f4e5 commit da12b1a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions misc/mc.ext.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ View=%cd %p/patchsetfs://
Regex=\\.t([gp]?z|ar\\.g?[zZ])$
Include=tar.gz

[ipk]
Shell=.ipk
Include=tar.gz

[gem]
Shell=.gem
Include=tar.gz
Expand Down Expand Up @@ -928,6 +924,17 @@ View=%view{ascii} @EXTHELPERSDIR@/archive.sh view wim
Type=^ASCII mail text
Open=%cd %p/mailfs://

[ipk-deb]
Shell=.ipk
Type=^Debian binary package
Open=%cd %p/deb://
View=%view{ascii} @EXTHELPERSDIR@/package.sh view deb

[ipk-openwrt]
Shell=.ipk
Type=\\(gzip compressed
Include=tar.gz


### Sources ###

Expand Down

0 comments on commit da12b1a

Please sign in to comment.