From 6a0c7478207d03871e433e554829e6157897f326 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 17 Jul 2005 22:52:59 +0000 Subject: move target/default/target_skeleton into package/base-files, put all the default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1494 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/default/etc/ipkg.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/base-files/default/etc/ipkg.conf (limited to 'package/base-files/default/etc/ipkg.conf') diff --git a/package/base-files/default/etc/ipkg.conf b/package/base-files/default/etc/ipkg.conf new file mode 100644 index 0000000000..3867213313 --- /dev/null +++ b/package/base-files/default/etc/ipkg.conf @@ -0,0 +1,3 @@ +src experimental http://openwrt.org/downloads/experimental/bin/packages +dest root / +dest ram /tmp -- cgit v1.2.3 From e9d1bf5df5a1a4f155de9598890d7415f0632842 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Dec 2005 00:56:25 +0000 Subject: change ipkg.conf to use snapshots git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2765 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/default/etc/ipkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/default/etc/ipkg.conf') diff --git a/package/base-files/default/etc/ipkg.conf b/package/base-files/default/etc/ipkg.conf index 3867213313..2931d2cf80 100644 --- a/package/base-files/default/etc/ipkg.conf +++ b/package/base-files/default/etc/ipkg.conf @@ -1,3 +1,3 @@ -src experimental http://openwrt.org/downloads/experimental/bin/packages +src snapshots http://openwrt.org/downloads/snapshots/$S/packages dest root / dest ram /tmp -- cgit v1.2.3