├── README.md └── scripts ├── README.md ├── build-rust.sh ├── remove-mno-compact-eh-flag.patch ├── wheezy-setup-rust-root.sh └── wheezy-setup-rust.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/README.md -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/build-rust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/scripts/build-rust.sh -------------------------------------------------------------------------------- /scripts/remove-mno-compact-eh-flag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/scripts/remove-mno-compact-eh-flag.patch -------------------------------------------------------------------------------- /scripts/wheezy-setup-rust-root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/scripts/wheezy-setup-rust-root.sh -------------------------------------------------------------------------------- /scripts/wheezy-setup-rust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/japaric-archived/rust-on-openwrt/HEAD/scripts/wheezy-setup-rust.sh --------------------------------------------------------------------------------