diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-16 09:56:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-16 09:56:32 +0000 |
commit | 10e8d517a5aa1f142fa9db12caea3d6da5e3495c (patch) | |
tree | f71d45d2ba3671cac0846b367afb9a44f9ff2e81 /target/linux/adm5120eb-2.6/Makefile | |
parent | 151babe684cafa123b416a9785b2a8cef83f6d03 (diff) | |
download | mtk-20170518-10e8d517a5aa1f142fa9db12caea3d6da5e3495c.zip mtk-20170518-10e8d517a5aa1f142fa9db12caea3d6da5e3495c.tar.gz mtk-20170518-10e8d517a5aa1f142fa9db12caea3d6da5e3495c.tar.bz2 |
Add preliminary support for ADM5120 big-endian targets (Zyxel P-335WT for instance), thanks Gabor Juhos
SVN-Revision: 6964
Diffstat (limited to 'target/linux/adm5120eb-2.6/Makefile')
-rw-r--r-- | target/linux/adm5120eb-2.6/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/Makefile b/target/linux/adm5120eb-2.6/Makefile new file mode 100644 index 0000000..7da6e5c --- /dev/null +++ b/target/linux/adm5120eb-2.6/Makefile @@ -0,0 +1,24 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +ARCH:=mips +BOARD:=adm5120eb +BOARDNAME:=ADMtek 5120 (Big Endian) +FEATURES:=squashfs broken + +define Target/Description + Build firmware images for ADMTek ADM5120 based boards running in big-endian mode + (e.g : ZyXEL Prestige 335WT ...) +endef + +include $(INCLUDE_DIR)/kernel-build.mk + +# include the profiles +-include profiles/*.mk + +$(eval $(call BuildKernel)) |