From 7619fe0848dc5f31d5c4c4cadd2ec067bd5c55d1 Mon Sep 17 00:00:00 2001 From: nbd 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 000000000..386721331 --- /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 6535064031e51f8bef584e7c6b6431c2efbe4566 Mon Sep 17 00:00:00 2001 From: wbx 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 386721331..2931d2cf8 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