1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 08:38:03 +03:00

[adm5120] bump to 2.6.23.12, and remove broken status from the router_le subtarget

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10068 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2007-12-31 13:43:37 +00:00
parent 843a8ec371
commit a5689b6f8f
3 changed files with 6 additions and 5 deletions

View File

@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk
BOARD:=adm5120
BOARDNAME:=Infineon ADM5120
LINUX_VERSION:=2.6.23.11
FEATURES:=squashfs jffs2 tgz broken
LINUX_VERSION:=2.6.23.12
SUBTARGETS:=router_le router_be
INITRAMFS_EXTRA_FILES:=

View File

@ -1,9 +1,10 @@
ARCH:=mips
SUBTARGET:=router_be
BOARDNAME:=Big Endian
FEATURES:=squashfs jffs2 broken
define Target/Description
Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode
(e.g : ZyXEL Prestige 335WT ...)
Build firmware images for Infineon/ADMTek ADM5120 based boards
running in big-endian mode (e.g : ZyXEL Prestige 335WT ...)
endef

View File

@ -1,9 +1,10 @@
ARCH:=mipsel
SUBTARGET:=router_le
BOARDNAME:=Little Endian
FEATURES:=squashfs jffs2 tgz
define Target/Description
Build firmware images for Infineon/ADMtek ADM5120 based boards
(e.g : RouterBoard RB1xx, Compex WP54G-WRT ...)
running in little-endian mode (e.g: RouterBoard RB1xx, Compex WP54x ...)
endef