projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[packages] turn some of the kernel dependencies the other way around to make it easie...
[openwrt.git]
/
target
/
linux
/
ifxmips
/
Makefile
diff --git
a/target/linux/ifxmips/Makefile
b/target/linux/ifxmips/Makefile
index
f0fa158
..
27ea078
100644
(file)
--- a/
target/linux/ifxmips/Makefile
+++ b/
target/linux/ifxmips/Makefile
@@
-10,9
+10,8
@@
ARCH:=mips
BOARD:=ifxmips
BOARDNAME:=Infineon Mips
FEATURES:=squashfs jffs2
BOARD:=ifxmips
BOARDNAME:=Infineon Mips
FEATURES:=squashfs jffs2
-SUBTARGETS:=generic nfs
-LINUX_VERSION:=2.6.26.8
-#LINUX_VERSION:=2.6.27.17
+
+LINUX_VERSION:=2.6.28.7
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
@@
-21,4
+20,11
@@
define Target/Description
Build firmware images for Infineon Mips Controllers
endef
Build firmware images for Infineon Mips Controllers
endef
+ifeq ($(KERNEL_PATCHVER),2.6.28)
+ define Kernel/Prepare
+ $(call Kernel/Prepare/Default)
+ mv $(LINUX_DIR)/include/asm-mips/* $(LINUX_DIR)/arch/mips/include/asm/
+ endef
+endif
+
$(eval $(call BuildTarget))
$(eval $(call BuildTarget))
This page took
0.027074 seconds
and
4
git commands to generate.