kirkwood: use real model names for Linksys devices
[openwrt/openwrt.git] / target / linux / kirkwood / image / Makefile
1 #
2 # Copyright (C) 2009-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/image.mk
10
11 KERNEL_LOADADDR:=0x8000
12
13 define Device/dsa-migration
14 DEVICE_COMPAT_VERSION := 1.1
15 DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA
16 endef
17
18 define Device/Default
19 PROFILES := Default
20 DEVICE_DTS = $$(if $$(BOARD_NAME),kirkwood-$$(BOARD_NAME),)
21 KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
22 KERNEL := kernel-bin | append-dtb | uImage none
23 KERNEL_NAME := zImage
24 KERNEL_SUFFIX := -uImage
25 KERNEL_IN_UBI := 1
26
27 PAGESIZE := 2048
28 SUBPAGESIZE := 512
29 BLOCKSIZE := 128k
30 IMAGES := sysupgrade.bin factory.bin
31 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
32 IMAGE/factory.bin := append-ubi
33 SUPPORTED_DEVICES = $(subst _,$(comma),$(1)) $$(BOARD_NAME)
34 endef
35
36 define Device/checkpoint_l-50
37 DEVICE_VENDOR := Check Point
38 DEVICE_MODEL := L-50
39 DEVICE_DTS := kirkwood-l-50
40 DEVICE_PACKAGES := kmod-ath9k kmod-gpio-button-hotplug kmod-mvsdio \
41 kmod-rtc-s35390a kmod-usb-ledtrig-usbport wpad-basic
42 IMAGES := sysupgrade.bin
43 endef
44 TARGET_DEVICES += checkpoint_l-50
45
46 define Device/cisco_on100
47 DEVICE_VENDOR := Cisco Systems
48 DEVICE_MODEL := ON100
49 KERNEL_SIZE := 5376k
50 KERNEL_IN_UBI :=
51 UBINIZE_OPTS := -E 5
52 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
53 BOARD_NAME := on100
54 DEVICE_PACKAGES := kmod-mvsdio
55 endef
56 TARGET_DEVICES += cisco_on100
57
58 define Device/cloudengines_pogoe02
59 DEVICE_VENDOR := Cloud Engines
60 DEVICE_MODEL := Pogoplug E02
61 BOARD_NAME := pogo_e02
62 endef
63 TARGET_DEVICES += cloudengines_pogoe02
64
65 define Device/cloudengines_pogoplugv4
66 DEVICE_VENDOR := Cloud Engines
67 DEVICE_MODEL := Pogoplug V4
68 DEVICE_DTS := kirkwood-pogoplug-series-4
69 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 kmod-mvsdio kmod-usb3 \
70 kmod-gpio-button-hotplug
71 endef
72 TARGET_DEVICES += cloudengines_pogoplugv4
73
74 define Device/iom_iconnect-1.1
75 DEVICE_VENDOR := Iomega
76 DEVICE_MODEL := Iconnect
77 BOARD_NAME := iconnect
78 endef
79 TARGET_DEVICES += iom_iconnect-1.1
80
81 define Device/iom_ix2-200
82 DEVICE_VENDOR := Iomega
83 DEVICE_MODEL := StorCenter ix2-200
84 DEVICE_DTS := kirkwood-iomega_ix2_200
85 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \
86 kmod-gpio-button-hotplug kmod-hwmon-lm63
87 PAGESIZE := 512
88 SUBPAGESIZE := 256
89 BLOCKSIZE := 16k
90 KERNEL_SIZE := 3072k
91 KERNEL_IN_UBI :=
92 UBINIZE_OPTS := -E 5
93 IMAGE_SIZE := 31744k
94 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | \
95 check-size
96 endef
97 TARGET_DEVICES += iom_ix2-200
98
99 define Device/linksys
100 DEVICE_VENDOR := Linksys
101 DEVICE_PACKAGES := kmod-mwl8k wpad-basic kmod-gpio-button-hotplug
102 KERNEL_IN_UBI :=
103 UBINIZE_OPTS := -E 5
104 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
105 endef
106
107 define Device/linksys_e4200-v2
108 $(Device/linksys)
109 $(Device/dsa-migration)
110 DEVICE_MODEL := E4200
111 DEVICE_VARIANT := v2
112 DEVICE_DTS := kirkwood-e4200-v2
113 KERNEL_SIZE := 2688k
114 SUPPORTED_DEVICES += linksys,viper linksys-viper
115 endef
116 TARGET_DEVICES += linksys_e4200-v2
117
118 define Device/linksys_ea3500
119 $(Device/linksys)
120 $(Device/dsa-migration)
121 DEVICE_MODEL := EA3500
122 DEVICE_DTS := kirkwood-ea3500
123 PAGESIZE := 512
124 SUBPAGESIZE := 256
125 BLOCKSIZE := 16k
126 KERNEL_SIZE := 2624k
127 SUPPORTED_DEVICES += linksys,audi linksys-audi
128 endef
129 TARGET_DEVICES += linksys_ea3500
130
131 define Device/linksys_ea4500
132 $(Device/linksys)
133 $(Device/dsa-migration)
134 DEVICE_MODEL := EA4500
135 DEVICE_DTS := kirkwood-ea4500
136 KERNEL_SIZE := 2688k
137 SUPPORTED_DEVICES += linksys,viper linksys-viper
138 endef
139 TARGET_DEVICES += linksys_ea4500
140
141 define Device/raidsonic_ib-nas62x0
142 DEVICE_VENDOR := RaidSonic
143 DEVICE_MODEL := ICY BOX IB-NAS62x0
144 BOARD_NAME := ib62x0
145 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4
146 endef
147 TARGET_DEVICES += raidsonic_ib-nas62x0
148
149 define Device/seagate_dockstar
150 DEVICE_VENDOR := Seagate
151 DEVICE_MODEL := FreeAgent Dockstar
152 BOARD_NAME := dockstar
153 endef
154 TARGET_DEVICES += seagate_dockstar
155
156 define Device/seagate_goflexnet
157 DEVICE_VENDOR := Seagate
158 DEVICE_MODEL := GoFlexNet
159 BOARD_NAME := goflexnet
160 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4
161 endef
162 TARGET_DEVICES += seagate_goflexnet
163
164 define Device/seagate_goflexhome
165 DEVICE_VENDOR := Seagate
166 DEVICE_MODEL := GoFlexHome
167 BOARD_NAME := goflexhome
168 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4
169 endef
170 TARGET_DEVICES += seagate_goflexhome
171
172 define Device/zyxel_nsa310b
173 DEVICE_VENDOR := ZyXEL
174 DEVICE_MODEL := NSA310b
175 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-r8169 kmod-fs-ext4 \
176 kmod-gpio-button-hotplug kmod-hwmon-lm85
177 BOARD_NAME := nsa310b
178 endef
179 TARGET_DEVICES += zyxel_nsa310b
180
181 define Device/zyxel_nsa310s
182 DEVICE_VENDOR := ZyXEL
183 DEVICE_MODEL := NSA310S
184 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 kmod-gpio-button-hotplug
185 DEVICE_DTS := kirkwood-nsa310s
186 endef
187 TARGET_DEVICES += zyxel_nsa310s
188
189 define Device/zyxel_nsa325
190 DEVICE_VENDOR := ZyXEL
191 DEVICE_MODEL := NSA325
192 DEVICE_VARIANT := v1/v2
193 DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \
194 kmod-gpio-button-hotplug kmod-rtc-pcf8563 kmod-usb3
195 BOARD_NAME := nsa325
196 endef
197 TARGET_DEVICES += zyxel_nsa325
198
199 $(eval $(call BuildImage))