From: Ulf Samuelsson Date: Sat, 29 Mar 2008 20:36:24 +0000 (-0000) Subject: Remove duplication of default kernel patch dir setting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=936db68f2504d4e14114e67c8b34c838f1c412e9;p=buildroot.git Remove duplication of default kernel patch dir setting --- diff --git a/target/device/ARM/Makefile.in b/target/device/ARM/Makefile.in index a12182155d..5864ae4111 100644 --- a/target/device/ARM/Makefile.in +++ b/target/device/ARM/Makefile.in @@ -29,12 +29,12 @@ LINUX26_BINLOC=$(LINUX26_FORMAT) LINUX26_COPYTO:=/tftpboot -LINUX26_PATCH_DIR:=target/device/ARM/kernel-patches +#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches # The board specific Makefile.in can redefine BOARD_NAME's LINUX_BOARD_NAME:=$(BOARD_NAME) -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config # Needs to be AFTER board specific Makefiles