Disable squashfs for au1000 target since it does not allow the user to use the whole...
[openwrt.git] / toolchain / sed / sedcheck.sh
index 5af1d88..de15ac2 100755 (executable)
@@ -12,11 +12,6 @@ echo "HELLO" > .sedtest
 $SED -i -e "s/HELLO/GOODBYE/" .sedtest >/dev/null 2>&1
 
 case "$1" in
-       download)
-               if [ $? != 0 ] ; then
-                       echo download-sed-binary
-               fi;
-       ;;
        *)
                if [ $? != 0 ] ; then
                        echo build-sed-host-binary
This page took 0.024635 seconds and 4 git commands to generate.