Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frymode committed Jan 16, 2015
1 parent a75afa4 commit fee3eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ To quickly build package for target platform:
- bin/ar71xx/packages/base/libevent2-extra_2.1.5-1_ar71xx.ipk
- bin/ar71xx/packages/base/libevent2_2.1.5-1_ar71xx.ipk
* Generate package index:
- `staging_dir/host/bin/ipkg-make-index bin/ar71xx/packages/base > bin/ar71xx/packages/Packages`
- `gzip -c bin/ar71xx/packages/Packages > bin/ar71xx/packages/Packages.gz`
- `staging_dir/host/bin/ipkg-make-index bin/ar71xx/packages/base > bin/ar71xx/packages/base/Packages`
- `gzip -c bin/ar71xx/packages/base/Packages > bin/ar71xx/packages/base/Packages.gz`
* `opkg` feeds need to be [confgiured](http://wiki.openwrt.org/doc/techref/opkg#configuration) either to use local http server or install packages from filesystem (via `file:///` url schema)

0 comments on commit fee3eb2

Please sign in to comment.