blob: 16436d7e99c6ecbf54b481eee0ba019a7c793a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|