1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add support for Conceptronic C54BSR4

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10002 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-12-28 17:48:39 +00:00
parent 6e2ed99ca3
commit c03b4d61ae
4 changed files with 45 additions and 0 deletions

View File

@@ -253,6 +253,21 @@ define Image/Build/Board/BR6104WG/Initramfs
$(call Image/Build/LZMAKernel/Admboot,br-6104wg,gz)
endef
#
# Conceptronic C54BSR4
#
define Image/Build/Board/C54BSR4
$(call Image/Build/Edimax,$(1),c54bsr4)
endef
define Image/Build/Board/C54BSR4/squashfs
$(call Image/Build/Board/C54BSR4,squashfs)
endef
define Image/Build/Board/C54BSR4/Initramfs
$(call Image/Build/LZMAKernel/Admboot,c54bsr4,gz)
endef
#
# Infineon EASY 83000
#
@@ -301,6 +316,10 @@ define Image/Build/Group/Compex
$(call Image/Build/Group/WP54G,$(1))
endef
define Image/Build/Group/Conceptronic
$(call Image/Build/Board/C54BSR4/$(1))
endef
define Image/Build/Group/Edimax
$(call Image/Build/Board/BR6104K/$(1))
$(call Image/Build/Board/BR6104KP/$(1))
@@ -314,6 +333,7 @@ endef
define Image/Build/Group/All
$(call Image/Build/Group/Cellvision,$(1))
$(call Image/Build/Group/Compex,$(1))
$(call Image/Build/Group/Conceptronic,$(1))
$(call Image/Build/Group/Edimax,$(1))
$(call Image/Build/Group/Cellvision,$(1))
$(call Image/Build/Group/Infineon,$(1))
@@ -367,6 +387,10 @@ define Image/Build/Profile/BR6104KP
$(call Image/Build/Board/BR6104KP/$(1))
endef
define Image/Build/Profile/C54BSR4
$(call Image/Build/Board/C54BSR4/$(1))
endef
define Image/Build/Profile/RouterBoard
$(call Image/Build/Board/RB1xx/$(1))
endef