Browse Source

Remove duplication of default kernel patch dir setting

Ulf Samuelsson 17 years ago
parent
commit
5292603285
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/device/Atmel/Makefile.in

+ 1 - 1
target/device/Atmel/Makefile.in

@@ -47,7 +47,7 @@ endif
 
 
 LINUX26_COPYTO:=/tftpboot
 LINUX26_COPYTO:=/tftpboot
 
 
-LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
+#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
 
 
 # The board specific Makefile.in can redefine BOARD_NAME's
 # The board specific Makefile.in can redefine BOARD_NAME's
 LINUX_BOARD_NAME:=$(BOARD_NAME)
 LINUX_BOARD_NAME:=$(BOARD_NAME)