[pisa-src] r1001 - in trunk/openwrt/trunk: aphrodite/etc apollo/etc ares/etc athena/etc eros/etc files/etc hecate/etc

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 30 Sep 2009 14:30:14 +0200

Author: biurrun
Date: Wed Sep 30 14:30:14 2009
New Revision: 1001

Log:
HTTP proxy support for opkg on PISA routers.
The corresponding proxy on morpheus is configured to allow
access to downloads.openwrt.org, but nothing more.

Added:
   trunk/openwrt/trunk/aphrodite/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/trunk/apollo/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/trunk/ares/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/trunk/athena/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/trunk/eros/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/trunk/files/etc/opkg.conf
   trunk/openwrt/trunk/hecate/etc/opkg.conf   (contents, props changed)

Added: trunk/openwrt/trunk/aphrodite/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/aphrodite/etc/opkg.conf Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/trunk/apollo/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/apollo/etc/opkg.conf    Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/trunk/ares/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/ares/etc/opkg.conf      Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/trunk/athena/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/athena/etc/opkg.conf    Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/trunk/eros/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/eros/etc/opkg.conf      Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/trunk/files/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/files/etc/opkg.conf     Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1,7 @@
+src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages
+dest root /
+dest ram /tmp
+lists_dir ext /var/opkg-lists
+option overlay_root /jffs
+
+option http_proxy http://pisa-morpheus:8888/

Added: trunk/openwrt/trunk/hecate/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/opkg.conf    Wed Sep 30 14:30:14 2009        
(r1001)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Other related posts:

  • » [pisa-src] r1001 - in trunk/openwrt/trunk: aphrodite/etc apollo/etc ares/etc athena/etc eros/etc files/etc hecate/etc - Diego Biurrun