From e340703ad8772d0829d6133dcbab33be4ae76e64 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 16 Dec 2014 11:30:08 +0100 Subject: [PATCH] commit README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac7a967 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Video packages feed + +## Description + +This is an OpenWrt package feed containing video / graphics (as in 'higher than just curses') related libraries and applications which are not considered to be so called "core" packages. + +## Usage + +To use these packages, add the following line to the feeds.conf +in the OpenWrt buildroot: + +``` +src-git video https://github.com/openwrt/video.git +``` + +This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run: + +``` +./scripts/feeds update video +./scripts/feeds install -a -p video +``` + +The video packages should now appear in menuconfig in section 'Video'. -- 2.30.2