Pārlūkot izejas kodu

u-boot: get rid of version specific patch dirs

All those dirs seem a bit excessive for a single patch
Peter Korsgaard 16 gadi atpakaļ
vecāks
revīzija
589ab711a6

+ 0 - 0
target/u-boot/1.2.0-atmel/.empty


+ 0 - 0
target/u-boot/1.3.4/.empty


+ 0 - 0
target/u-boot/2008.10/.empty


+ 0 - 0
target/u-boot/2009.01/.empty


+ 1 - 1
target/u-boot/Makefile.in

@@ -81,7 +81,7 @@ $(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE)
 	touch $@
 
 $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
-	toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
+	toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot \
 		u-boot-$(U_BOOT_VERSION)-\*.patch \
 		u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
 ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)

+ 0 - 0
target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 → target/u-boot/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32