projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
acx: fix X86 builds
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
Makefile
diff --git
a/target/linux/ixp4xx/Makefile
b/target/linux/ixp4xx/Makefile
index
25b60a4
..
50db853
100644
(file)
--- a/
target/linux/ixp4xx/Makefile
+++ b/
target/linux/ixp4xx/Makefile
@@
-10,15
+10,12
@@
ARCH:=armeb
BOARD:=ixp4xx
BOARDNAME:=Intel XScale IXP4xx
FEATURES:=squashfs
BOARD:=ixp4xx
BOARDNAME:=Intel XScale IXP4xx
FEATURES:=squashfs
+SUBTARGETS=generic harddisk
-LINUX_VERSION:=2.6.2
1.6
+LINUX_VERSION:=2.6.2
3.12
-define Target/Description
-endef
+include $(INCLUDE_DIR)/target.mk
-include $(INCLUDE_DIR)/kernel-build.mk
+DEFAULT_PACKAGES += ixp4xx-microcode
-# include the profiles
--include profiles/*.mk
-
-$(eval $(call BuildKernel))
+$(eval $(call BuildTarget))
This page took
0.02468 seconds
and
4
git commands to generate.