[package] 6to4: support multiple internal networks, use state vars for radvd config
[openwrt/svn-archive/archive.git] / target / linux / mpc83xx / patches-2.6.33 / 019-powerpc_create_fit_uImages.patch
index d53c8175738e3083493f5347fc86325a34cf5c3b..251a05372c856d34b3fa385f4e5d1a16ceabaaf5 100644 (file)
      # miboot and U-boot want just the bare bits, not an ELF binary
      ext=bin
      objflags="-O binary"
-@@ -277,6 +280,21 @@ uboot)
+@@ -275,6 +278,21 @@ uboot)
+     if [ -z "$cacheit" ]; then
+       rm -f "$vmz"
      fi
-     exit 0
-     ;;
++    exit 0
++    ;;
 +uboot.fit)
 +    rm -f "$ofile"
 +    ${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \
@@ -87,8 +89,6 @@
 +    if [ -z "$cacheit" ]; then
 +      rm -f "$vmz"
 +    fi
-+    exit 0
-+    ;;
+     exit 0
+     ;;
  esac
- addsec() {