diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 11:57:07 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 11:57:07 +0000 |
| commit | b4ab709dd4964fcdf13886eab4181006f25959bb (patch) | |
| tree | d649ce0e15e12b61fc427253dc1edfb765f21a61 | |
| parent | 0bdfa8fba540ca8a3dc0f1347a9696542a8f87a8 (diff) | |
| download | mtk-20170518-b4ab709dd4964fcdf13886eab4181006f25959bb.zip mtk-20170518-b4ab709dd4964fcdf13886eab4181006f25959bb.tar.gz mtk-20170518-b4ab709dd4964fcdf13886eab4181006f25959bb.tar.bz2 | |
add experimental package dir to ipkg.conf
SVN-Revision: 426
| -rw-r--r-- | openwrt/target/default/target_skeleton/etc/ipkg.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/default/target_skeleton/etc/ipkg.conf b/openwrt/target/default/target_skeleton/etc/ipkg.conf index 31a5fdf..4ddc054 100644 --- a/openwrt/target/default/target_skeleton/etc/ipkg.conf +++ b/openwrt/target/default/target_skeleton/etc/ipkg.conf @@ -1,3 +1,4 @@ +src experimental http://openwrt.org/downloads/experimental/bin/packages src openwrt http://openwrt.org/ipkg dest root / dest ram /tmp |
