2007-09-11 20:55:08 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Image/Build/ZyXEL
|
|
|
|
$(call Image/Build/TRXNoloader,$(call imgname,$(1),$(2)).trx,$(1))
|
|
|
|
endef
|
|
|
|
|
|
|
|
#
|
|
|
|
# ZyXEL Prestige 334WT
|
|
|
|
#
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P334WT
|
2007-09-11 20:55:08 +03:00
|
|
|
$(call Image/Build/ZyXEL,$(1),p-334wt)
|
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P334WT/squashfs
|
|
|
|
$(call Image/Build/Board/P334WT,squashfs)
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P334WT/jffs2-64k
|
|
|
|
$(call Image/Build/Board/P334WT,jffs2-64k)
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P334WT/Initramfs
|
2007-09-11 20:55:08 +03:00
|
|
|
$(call Image/Build/LZMAKernel/KArgs,p-334wt,bin)
|
|
|
|
endef
|
|
|
|
|
|
|
|
#
|
|
|
|
# ZyXEL Prestige 335WT
|
|
|
|
#
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P335WT
|
2007-09-11 20:55:08 +03:00
|
|
|
$(call Image/Build/ZyXEL,$(1),p-335wt)
|
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P335WT/squashfs
|
|
|
|
$(call Image/Build/Board/P335WT,$(1))
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P335WT/jffs2-64k
|
|
|
|
$(call Image/Build/Board/P335WT,$(1))
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Board/P335WT/Initramfs
|
2007-09-11 20:55:08 +03:00
|
|
|
$(call Image/Build/LZMAKernel/KArgs,p-335wt,bin)
|
|
|
|
endef
|
|
|
|
|
|
|
|
#
|
|
|
|
# Groups
|
|
|
|
#
|
|
|
|
define Image/Build/Group/All
|
2007-10-05 11:29:58 +03:00
|
|
|
$(call Image/Build/Board/P334WT/$(1))
|
|
|
|
$(call Image/Build/Board/P335WT/$(1))
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
#
|
|
|
|
# Profiles
|
|
|
|
#
|
|
|
|
define Image/Build/Profile/Generic
|
|
|
|
$(call Image/Build/Group/All,$(1))
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Image/Build/Profile/Atheros
|
|
|
|
$(call Image/Build/Group/All,$(1))
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Image/Build/Profile/Texas
|
|
|
|
$(call Image/Build/Group/All,$(1))
|
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Profile/P334WT
|
|
|
|
$(call Image/Build/Board/P334WT/$(1))
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Image/Build/Profile/P335WT
|
|
|
|
$(call Image/Build/Board/P335WT/$(1))
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|