Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/packages-abandoned.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-25 15:00:04 +0400
committerJo-Philipp Wich <jow@openwrt.org>2013-04-25 15:00:04 +0400
commit744c34532fe40316c72a03b5fbd3d7e4edb82cd1 (patch)
tree8e95fcf72dea40492616e81a20ec5923074b53d0 /README
Add README
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b5f93b7
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+This is an OpenWrt package feed containing abandoned or broken packages.
+
+To use these packages, add the following line to the feeds.conf
+in the OpenWrt buildroot:
+
+ src-git openwrt-abandoned git://github.com/openwrt/packages-abandoned.git
+
+Update the feed:
+
+ ./scripts/feeds update openwrt-abandoned
+
+Activate the packages:
+
+ ./scripts/feeds install -a -p openwrt-abandoned
+
+The extra packages should now appear in menuconfig.
+