diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-11 14:15:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-11 14:38:08 +0200 |
commit | 538522a6cf0d091a77c1c9aad927fbadfa99f9d2 (patch) | |
tree | bd8655c45cae097ec296acbc2802281be1b66326 | |
parent | 3ef362a231f16ed99592001057a4035bd0b057d5 (diff) |
Add README.md
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f7d281 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +HowTo use this repository as OpenWrt feed +========================================= + +```shell +git clone https://github.com/utoni/my-openwrt-packages.git ./my-openwrt-packages +git clone https://github.com/openwrt/openwrt.git ./openwrt +cd openwrt +sed -i "1s,^,src-link my_openwrt_packages $(realpath ../my-openwrt-packages)\n," ./feeds.conf +make distclean +./scripts/feeds update -a && ./scripts/feeds install -a +make menuconfig +``` + +Why? +==== + +This feeds contains packages that are: + + * rejected by upstream + * in development and not ready for upstream + * outdated/archived and will never be seen in upstream + +Packages +======== + + * btop: https://github.com/aristocratos/btop + * rust: https://github.com/Itus-Shield/packages/tree/rust + * rust_host: https://github.com/Itus-Shield/packages/tree/rust_host + * libndpi-master: https://github.com/ntop/nDPI/commits/master + * td: https://github.com/tdlib/td + * nDPId: https://github.com/utoni/nDPId + * nDPId-master: https://github.com/utoni/nDPId/commits/main + * potd: https://github.com/utoni/potd/commits/master + * shadowsocks-libev: https://github.com/shadowsocks/shadowsocks-libev/commits/master + * suricata6: https://github.com/Itus-Shield/packages/tree/suricata6 + * suricata-update: https://github.com/Itus-Shield/packages/tree/suricata6 + * tools: https://github.com/utoni/tools/commits/master |