Skip to content

fantastic-packages/releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

fantastic-packages Packages Downloads

Welcome to the fantastic-packages packages download page. Follow the links below to find the appropriate directory.

Warning

The packages of EOL versions of OpenWrt will stop updated. And move to archive/<major.minor version> branch.
Click here to check support status.

Link

Releases

How to use on OpenWRT

Automatically install keyring and feeds

# you can install from shell or `Software` menu in LuCI
# for opkg
opkg install fantastic-keyring
opkg install fantastic-packages-feeds
# for apk
apk add --allow-untrusted fantastic-keyring
apk add --allow-untrusted fantastic-packages-feeds

OR Manually install keychains and feeds

Note: Please refer to this matrix for currently supported Version and Architecture. If your device is not listed, you can fork this repo and modify the matrix to add support for your device, then compile it with Github Action in your own repo. For details, please refer to ForkTheProject.md

For apk package manager

Edit /etc/apk/repositories.d/customfeeds.list
  • Append the following to the EOF
https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/luci/packages.adb
https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/packages/packages.adb
https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/special/packages.adb
  • like this
https://fantastic-packages.github.io/releases/SNAPSHOT/packages/x86_64/luci/packages.adb
https://fantastic-packages.github.io/releases/SNAPSHOT/packages/x86_64/packages/packages.adb
https://fantastic-packages.github.io/releases/SNAPSHOT/packages/x86_64/special/packages.adb
Add public key to apk packag manager
  • Download https://fantastic-packages.github.io/releases/<major.minor version>/<KEY-ID>.pub
  • Put to /etc/apk/keys/<KEY-ID>.pub
  • Fast script
KEYID=<KEY-ID>
mkdir -p /etc/apk/keys 2>/dev/null
curl -sSL -o /etc/apk/keys/fantastic-packages-${KEYID}.pem "https://fantastic-packages.github.io/releases/<major.minor version>/${KEYID}.pub"
  • OR
apk update
apk add curl bash
curl -sSL "https://fantastic-packages.github.io/releases/<major.minor version>/${KEYID}.sh" | bash

For opkg package manager

Edit /etc/opkg/customfeeds.conf
  • Append the following to the EOF
src/gz fantastic_packages_luci     https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/luci
src/gz fantastic_packages_packages https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/packages
src/gz fantastic_packages_special  https://fantastic-packages.github.io/releases/<major.minor version>/packages/<package arch>/special
  • like this
# add your custom package feeds here
#
# src/gz example_feed_name http://www.example.com/path/to/files
src/gz fantastic_packages_luci     https://fantastic-packages.github.io/releases/21.02/packages/x86_64/luci
src/gz fantastic_packages_packages https://fantastic-packages.github.io/releases/21.02/packages/x86_64/packages
src/gz fantastic_packages_special  https://fantastic-packages.github.io/releases/21.02/packages/x86_64/special
Add usign pub-keys to opkg
  • Download https://fantastic-packages.github.io/releases/<major.minor version>/<KEY-ID>.pub
  • Put to /etc/opkg/keys/<key-id>, note filename must be lowercase
  • Fast script
KEYID=<KEY-ID>
mkdir -p /etc/opkg/keys 2>/dev/null
curl -sSL -o /etc/opkg/keys/${KEYID,,} "https://fantastic-packages.github.io/releases/<major.minor version>/${KEYID}.pub"
  • OR
opkg update
opkg install curl bash
curl -sSL "https://fantastic-packages.github.io/releases/<major.minor version>/${KEYID}.sh" | bash

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •