aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amazon/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2010-01-31 15:06:17 +0000
committerHauke Mehrtens <hauke@openwrt.org>2010-01-31 15:06:17 +0000
commitc7795f68e22e1027e1561f60107cc0be7888112f (patch)
treedf4b425f40945cf9d251f233f98a96c8eb0ce0c6 /target/linux/amazon/Makefile
parentb472315402a636111c9c6b4b99517db584a7fc9d (diff)
downloadupstream-c7795f68e22e1027e1561f60107cc0be7888112f.tar.gz
upstream-c7795f68e22e1027e1561f60107cc0be7888112f.tar.bz2
upstream-c7795f68e22e1027e1561f60107cc0be7888112f.zip
[amazon] move files to correct position
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amazon/Makefile')
-rw-r--r--target/linux/amazon/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/amazon/Makefile b/target/linux/amazon/Makefile
index 826937a5fe..aae39a00e9 100644
--- a/target/linux/amazon/Makefile
+++ b/target/linux/amazon/Makefile
@@ -18,12 +18,4 @@ define Target/Description
Build firmware images for Infineon Amazon boards
endef
-ifeq ($(KERNEL_PATCHVER),2.6.30)
- define Kernel/Prepare
- $(call Kernel/Prepare/Default)
- mv $(LINUX_DIR)/include/asm-mips/mach-amazon $(LINUX_DIR)/arch/mips/include/asm/mach-amazon
- mv $(LINUX_DIR)/drivers/char/watchdog/amazon_wdt.c $(LINUX_DIR)/drivers/watchdog/amazon_wdt.c
- endef
-endif
-
$(eval $(call BuildTarget))