Changes between Version 1 and Version 2 of OpenWrt/Packages
- Timestamp:
- 04/10/2018 10:49:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/Packages
v1 v2 5 5 6 6 = OpenWrt Package feeds = 7 The opkg application has a configuration file on the target at /etc/opkg.conf which is used to point to and describe various package feeds. Often it is useful to add a package feed that points to your development host's OpenWrt bin directory with an HTTP server behind it.7 The opkg application has a configuration file on the target at /etc/opkg.conf (this is the only configuration file) which is used to point to and describe various package feeds. Often it is useful to add a package feed that points to your development host's OpenWrt bin directory with an HTTP server behind it. 8 8 9 9 For example, if your OpenWrt development host is at 192.168.1.10 and on the same IP network as your target board you can install something like the 'lightthpd' HTTP server with the following at the end of its config file in /etc/lighttpd/lighttpd.conf: … … 18 18 {{{ 19 19 src/gz local http://192.168.1.10/openwrt/cns3xxx/packages 20 dest root / 21 dest ram /tmp 22 lists_dir ext /var/opkg-lists 23 option overlay_root /overlay 24 }}} 25 26 Another example: 27 28 {{{#!bash 29 30 31 src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages 20 32 dest root / 21 33 dest ram /tmp