rsgit /my-openwrt-packagesA hyper-hyperfast web frontend for git repositories written in Rust.

Non official / unstable / testing / etc OpenWrt package feed.

Latest commits
CommitMessageAuthorDate
c059c2032cUpdates / FixesToni Uhlig2 years ago
74b515c083libndpi: bump to current dev branch nDPId-master: add @!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT nDPId: add @!SMALL_FLASH @!LOW_MEMORY_FOOTPRINTToni Uhlig3 years ago
bdb38febf5rust: bump to 1.62.1 rust_host: bump to 1.62.1Toni Uhlig3 years ago
5a2fb492aesslh: use master branchToni Uhlig3 years ago
d5db77ec90libndpi-master: removed package libndpi: bump to 678dd61866944eae011fa96f1c6d39d0c201858e nDPId-master: bump to 83409e5b79ab224372dd8486249c668b2998a0a4 nDPId: bump to 83409e5b79ab224372dd8486249c668b2998a0a4 potd: removed package tools: bump to 6a7eabbfee8c8df1a21f3da6e0fd5643c40ee607Toni Uhlig3 years ago

→ full history

Branches
NameTargetSubjectDate
mainc059c2032cUpdates / Fixes2 years ago
README

HowTo use this repository as OpenWrt feed

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

If you change my_openwrt_packages to something else, you need to change the include path in lang/rust/rustc_environment.mk to include $(TOPDIR)/package/feeds/[your-feed-name]/rust/rustc_targets.mk. Otherwise, rust/host will not be able to compile as well as packages that depend on Rust (e.g. suricata6).

Why?

This feeds contains packages that are:

Packages