Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed May 1, 2024
1 parent 453a161 commit 90d240c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuildpackages/generic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fantastic-keyring fantastic-feeds
fantastic-keyring fantastic-packages-feeds
bash nano getopt coreutils-base64 coreutils-stat
wget curl ca-certificates
unzip gzip tar bzip2 xz lzmainfo
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ define Package/$(PKG_NAME)-packages
DEPENDS+:=\
+alwaysonline \
+chinadns-ng \
+fantastic-feeds \
+fantastic-keyring \
+fantastic-packages-feeds \
+go-stun \
+internet-detector \
+natmapt \
Expand Down Expand Up @@ -83,8 +83,8 @@ define Package/$(PKG_NAME)
DEPENDS+:=\
+alwaysonline \
+chinadns-ng \
+fantastic-feeds \
+fantastic-keyring \
+fantastic-packages-feeds \
+go-stun \
+internet-detector \
+natmapt \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ make menuconfig
### Package description
| Packages | Description |
| ---- | ---- |
| [fantastic-feeds][] | Installer for fantastic-packages feeds |
| [fantastic-keyring][] | fantastic-packages Developer Keyring |
| [fantastic-packages-feeds][] | Installer for fantastic-packages feeds |
| [luci-app-alwaysonline][] | Hijack/bypass Windows NCSI and iOS portal detection |
| [luci-app-change-mac][] | MAC address randomizer for LuCI |
| [luci-app-cpu-perf][] | CPU performance information and management for LuCI |
Expand Down Expand Up @@ -83,8 +83,8 @@ make menuconfig

--------

[fantastic-feeds]: ./packages/fantastic-feeds
[fantastic-keyring]: ./packages/fantastic-keyring
[fantastic-packages-feeds]: ./packages/fantastic-feeds
[luci-app-alwaysonline]: https://github.com/muink/luci-app-alwaysonline
[luci-app-change-mac]: https://github.com/muink/luci-app-change-mac
[luci-app-cpu-perf]: https://github.com/gSpotx2f/luci-app-cpu-perf
Expand Down
1 change: 0 additions & 1 deletion feeds/packages/fantastic-feeds

This file was deleted.

1 change: 1 addition & 0 deletions feeds/packages/fantastic-packages-feeds
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=fantastic-feeds
PKG_NAME:=fantastic-packages-feeds
PKG_VERSION:=20240427
PKG_RELEASE:=2

Expand Down

0 comments on commit 90d240c

Please sign in to comment.