summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson2008-03-29 21:39:36 +0100
committerUlf Samuelsson2008-03-29 21:39:36 +0100
commit230723920abcc27128ba271d0b20428e81fc9515 (patch)
treeefce7b47a39e15818b53487ef631ef66736fd51d
parentRemove duplication of default kernel patch dir setting (diff)
downloadbuildroot-230723920abcc27128ba271d0b20428e81fc9515.tar.gz
buildroot-230723920abcc27128ba271d0b20428e81fc9515.tar.xz
buildroot-230723920abcc27128ba271d0b20428e81fc9515.zip
Remove duplication of default kernel patch dir setting
-rw-r--r--target/device/valka/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in
index b617745c0..6cf2156a9 100644
--- a/target/device/valka/Makefile.in
+++ b/target/device/valka/Makefile.in
@@ -6,7 +6,7 @@ BOARD_PATH:=$(strip $(subst ",, $(BR2_BOARD_PATH)))
TARGET_SKELETON=$(VALKA_PATH)/target_skeleton
TARGET_DEVICE_TABLE=$(VALKA_PATH)/device_table.txt
-LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
+#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
valka_status:
@echo "***************************************************************"