commit README
authorMirko Vogt <mirko@openwrt.org>
Tue, 16 Dec 2014 10:30:08 +0000 (11:30 +0100)
committerMirko Vogt <mirko@openwrt.org>
Wed, 10 Jun 2015 09:16:53 +0000 (11:16 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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'.