projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make target/linux/* directories self-contained, use the selected kernel version for...
[openwrt.git]
/
target
/
linux
/
au1000-2.6
/
Makefile
diff --git
a/target/linux/au1000-2.6/Makefile
b/target/linux/au1000-2.6/Makefile
index
62d9acb
..
7b36c33
100644
(file)
--- a/
target/linux/au1000-2.6/Makefile
+++ b/
target/linux/au1000-2.6/Makefile
@@
-6,6
+6,16
@@
#
include $(TOPDIR)/rules.mk
#
include $(TOPDIR)/rules.mk
+ARCH:=mipsel
+BOARD:=au1000
+BOARDNAME:=AMD Alchemy AU1x00
+FEATURES:=pci usb jffs2
+
+define Target/Description
+ Build firmware for AMD Alchemy 1500 boards
+ (e.g. 4G-Systems Mesh/Access Cube ...)
+endef
+
LINUX_VERSION:=2.6.17
LINUX_RELEASE:=1
LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
LINUX_VERSION:=2.6.17
LINUX_RELEASE:=1
LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
This page took
0.024313 seconds
and
4
git commands to generate.