introduce new BROKEN menuconfig option for hiding known broken settings
[openwrt-10.03/.git] / toolchain / sed / sedcheck.sh
index 5af1d886bd21b582118d1a79683d78c7cc298bd4..de15ac2f1988069f2537fa370c4edd3368c10a74 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