DmitryFillo / openwrt-feed

My custom feed for OpenWrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWrt Feed

No longer supported, but it works anyway.

I created it for personal use to collect packages with some patches/modules/etc but it's cool if you'll find a desired package here.

This branch is tested for 15.05.

Contents

Add the following line to the feeds.conf in the OpenWrt buildroot:

src-git fillo git://github.com/DmitryFillo/openwrt-feed;for-15.05

Update the feed:

./scripts/feeds update fillo

Activate the package:

./scripts/feeds install PACKAGE_NAME

Installed packages should now appear in menuconfig.

About

My custom feed for OpenWrt

License:GNU General Public License v2.0


Languages

Language:Makefile 95.6%Language:Shell 4.4%