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
6e945ab
..
50db853
100644
(file)
--- a/
target/linux/ixp4xx/Makefile
+++ b/
target/linux/ixp4xx/Makefile
@@
-10,9
+10,12
@@
ARCH:=armeb
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
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += ixp4xx-microcode
+
$(eval $(call BuildTarget))
This page took
0.021796 seconds
and
4
git commands to generate.