projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Convert the NAND driver to platform_driver, allow tgz image to be built correctly
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
Makefile
diff --git
a/target/linux/adm5120-2.6/Makefile
b/target/linux/adm5120-2.6/Makefile
index
80b35e7
..
fb46f28
100644
(file)
--- a/
target/linux/adm5120-2.6/Makefile
+++ b/
target/linux/adm5120-2.6/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-8,15
+8,20
@@
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=adm5120
ARCH:=mipsel
BOARD:=adm5120
-BOARDNAME:=ADMtek 5120
-FEATURES:=jffs2 broken
+BOARDNAME:=ADM5120 (Little Endian)
+FEATURES:=squashfs jffs2 pci usb broken
+
+LINUX_VERSION:=2.6.22.1
define Target/Description
define Target/Description
- Build firmware images for
ADMT
ek ADM5120 based boards
- (e.g : RouterBoard RB1
12, Compex WP54G
...)
+ Build firmware images for
Infineon/ADMt
ek ADM5120 based boards
+ (e.g : RouterBoard RB1
xx, Compex WP54G-WRT
...)
endef
include $(INCLUDE_DIR)/kernel-build.mk
endef
include $(INCLUDE_DIR)/kernel-build.mk
-DEFAULT_PACKAGES += kmod-madwifi
+DEFAULT_PACKAGES += admswconfig
+
+# include the profiles
+-include profiles/*.mk
$(eval $(call BuildKernel))
$(eval $(call BuildKernel))
This page took
0.022213 seconds
and
4
git commands to generate.