summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2014-06-01 15:26:52 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2014-06-01 15:26:52 +0200
commit3fb5ffc64d50ed607bcd246a0a1961fcb9318e86 (patch)
tree01b2ac5b0502b17c63b6efb22686eb57bb43ae69
downloadopenwrt-packaging-3fb5ffc64d50ed607bcd246a0a1961fcb9318e86.tar.gz
openwrt-packaging-3fb5ffc64d50ed607bcd246a0a1961fcb9318e86.tar.bz2
openwrt-packaging-3fb5ffc64d50ed607bcd246a0a1961fcb9318e86.zip
Create repository
-rw-r--r--MAINTAINERS1
-rw-r--r--README16
2 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..b1836d4
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1 @@
+Audric Schiltknecht <storm+openwrt@chemicalstorm.org>
diff --git a/README b/README
new file mode 100644
index 0000000..16436d7
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+This is an OpenWrt package feed containing my custom packages.
+
+To use these packages, add the following line to the feeds.conf
+in the OpenWrt buildroot:
+
+ src-git chemicalstorm http://git.chemicalstorm.org/cgit.cgi/openwrt-packaging/
+
+Update the feed:
+
+ ./scripts/feeds update chemicalstorm
+
+Activate the package:
+
+ ./scripts/feeds install -a -p chemicalstorm
+
+The packages should now appear in menuconfig.