From 859baf9aaf8e2cbf38dcf8dd30131fb886c6a845 Mon Sep 17 00:00:00 2001 From: Shibby Date: Fri, 26 Sep 2014 16:36:41 +0200 Subject: [PATCH] fix optware-install script for ARM --- release/src-rt-6.x.4708/router/others/optware-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/others/optware-install.sh b/release/src-rt-6.x.4708/router/others/optware-install.sh index 20da26cf8c..f036d03c21 100755 --- a/release/src-rt-6.x.4708/router/others/optware-install.sh +++ b/release/src-rt-6.x.4708/router/others/optware-install.sh @@ -95,6 +95,6 @@ _install_package ipkg-opt_0.99.163-10_arm.ipk ##ipkg.conf echo "src/gz nslu2 http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable" > /opt/etc/ipkg.conf -echo "src shibby http://tomato.groov.pl/repo-arm" > /opt/etc/ipkg.conf +echo "src shibby http://tomato.groov.pl/repo-arm" >> /opt/etc/ipkg.conf echo "dest /opt/ /" >> /opt/etc/ipkg.conf /opt/bin/ipkg update -- 2.11.4.GIT