OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 208... Line 208...
208 dap-header -s RT3052-AP-DAP1350-3 208 dap-header -s RT3052-AP-DAP1350-3
209 DEVICE_TITLE := D-Link DAP-1350 209 DEVICE_TITLE := D-Link DAP-1350
210 endef 210 endef
211 TARGET_DEVICES += dap-1350 211 TARGET_DEVICES += dap-1350
Line 212... Line -...
212   -  
213 define Device/dcs-930 -  
214 DTS := DCS-930 -  
215 IMAGE_SIZE := $(ralink_default_fw_size_4M) -  
216 DEVICE_TITLE := D-Link DCS-930 -  
217 DEVICE_PACKAGES := kmod-video-core kmod-video-uvc kmod-sound-core kmod-usb-audio kmod-usb-core kmod-usb-dwc2 -  
218 endef -  
219 TARGET_DEVICES += dcs-930 -  
220   -  
221 define Device/dcs-930l-b1 -  
222 DTS := DCS-930L-B1 -  
223 IMAGE_SIZE := $(ralink_default_fw_size_4M) -  
224 DEVICE_TITLE := D-Link DCS-930L B1 -  
225 DEVICE_PACKAGES := kmod-video-core kmod-video-uvc kmod-sound-core kmod-usb-audio kmod-usb-core kmod-usb-ohci kmod-usb2 -  
226 endef -  
227 TARGET_DEVICES += dcs-930l-b1 -  
228   212  
229 define Device/dir-300-b1 213 define Device/dir-300-b1
230 DTS := DIR-300-B1 214 DTS := DIR-300-B1
231 IMAGE_SIZE := $(ralink_default_fw_size_4M) 215 IMAGE_SIZE := $(ralink_default_fw_size_4M)
232 IMAGES += factory.bin 216 IMAGES += factory.bin
Line 260... Line 244...
260 DEVICE_TITLE := D-Link DIR-600 B1/B2 244 DEVICE_TITLE := D-Link DIR-600 B1/B2
261 endef 245 endef
262 TARGET_DEVICES += dir-600-b1 246 TARGET_DEVICES += dir-600-b1
Line 263... Line 247...
263   247  
264 define Device/dir-610-a1 -  
265 $(Device/seama) 248 define Device/dir-610-a1
266 DTS := DIR-610-A1 249 DTS := DIR-610-A1
267 BLOCKSIZE := 4k 250 BLOCKSIZE := 4k
268 SEAMA_SIGNATURE := wrgn59_dlob.hans_dir610 251 IMAGES += factory.bin
269 KERNEL := $(KERNEL_DTB) 252 KERNEL := $(KERNEL_DTB)
-   253 IMAGE_SIZE := $(ralink_default_fw_size_4M)
-   254 IMAGE/sysupgrade.bin := \
-   255 append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | append-rootfs | \
-   256 seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
-   257 pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
-   258 IMAGE/factory.bin := \
-   259 append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \
-   260 append-rootfs | pad-rootfs -x 64 | \
-   261 seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
-   262 seama-seal -m "signature=wrgn59_dlob.hans_dir610" | \
270 IMAGE_SIZE := $(ralink_default_fw_size_4M) 263 check-size $$$$(IMAGE_SIZE)
271 DEVICE_TITLE := D-Link DIR-610 A1 264 DEVICE_TITLE := D-Link DIR-610 A1
272 DEVICE_PACKAGES := kmod-ledtrig-netdev kmod-ledtrig-timer 265 DEVICE_PACKAGES := kmod-ledtrig-netdev kmod-ledtrig-timer
273 endef 266 endef
Line 334... Line 327...
334   327  
335 define Device/f5d8235-v2 328 define Device/f5d8235-v2
336 DTS := F5D8235_V2 329 DTS := F5D8235_V2
337 IMAGE_SIZE := 7744k 330 IMAGE_SIZE := 7744k
338 DEVICE_TITLE := Belkin F5D8235 v2 -  
339 DEVICE_PACKAGES := kmod-switch-rtl8366rb 331 DEVICE_TITLE := Belkin F5D8235 v2
340 endef 332 endef
Line 341... Line 333...
341 TARGET_DEVICES += f5d8235-v2 333 TARGET_DEVICES += f5d8235-v2
342   334  
Line 658... Line 650...
658 TARGET_DEVICES += rt-n10-plus 650 TARGET_DEVICES += rt-n10-plus
Line 659... Line 651...
659   651  
660 define Device/rt-n13u 652 define Device/rt-n13u
661 DTS := RT-N13U 653 DTS := RT-N13U
662 DEVICE_TITLE := Asus RT-N13U 654 DEVICE_TITLE := Asus RT-N13U
663 DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci kmod-usb-dwc2 655 DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-dwc2
664 endef 656 endef
Line 665... Line 657...
665 TARGET_DEVICES += rt-n13u 657 TARGET_DEVICES += rt-n13u
666   658