X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2Frt305x.mk;h=529094d49b79224586c455abc5ab44a025ee1dfa;hb=d43046e0f6869ddc6f57c388f405ebbda82623ae;hp=fed600d1e164305686ad133a26fcb33683e53c42;hpb=ec1de9b1a6cd957bb2cb68f7eda294ab73bf9102;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index fed600d1e1..529094d49b 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -1,70 +1,94 @@ # # RT305X Profiles # - -define Device/asl26555-8M - DTS := ASL26555-8M - IMAGE_SIZE := 7744k - SUPPORTED_DEVICES := asl26555 - DEVICE_TITLE := Alpha ASL26555 - DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +define Build/dap-header + $(STAGING_DIR_HOST)/bin/mkdapimg $(1) -i $@ -o $@.new + mv $@.new $@ endef -TARGET_DEVICES += asl26555-8M +define Build/hilink-header + $(STAGING_DIR_HOST)/bin/mkhilinkfw -e -i $@ -o $@.new + mv $@.new $@ +endef -define Device/asl26555-16M - DTS := ASL26555-16M - IMAGE_SIZE := 15872k - SUPPORTED_DEVICES := asl26555 - DEVICE_TITLE := Alpha ASL26555 16M - DEVICE_PACKAGES := +define Build/jcg-header + $(STAGING_DIR_HOST)/bin/jcgimage -v $(1) -u $@ -o $@.new + mv $@.new $@ endef -TARGET_DEVICES += asl26555-16M -define Device/nixcore-8M - DTS := NIXCORE-8M - IMAGE_SIZE := 7872k - SUPPORTED_DEVICES := nixcore-x1 - DEVICE_TITLE := NixcoreX1 8M - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev +define Device/3g150b + DTS := 3G150B + BLOCKSIZE := 4k + IMAGE_SIZE := $(ralink_default_fw_size_4M) + UIMAGE_NAME:= Linux Kernel Image + DEVICE_TITLE := Tenda 3G150B + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef -TARGET_DEVICES += nixcore-8M +TARGET_DEVICES += 3g150b +define Device/3g300m + DTS := 3G300M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + UIMAGE_NAME := 3G150M_SPI Kernel Image + DEVICE_TITLE := Tenda 3G300M + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += 3g300m -define Device/nixcore-16M - DTS := NIXCORE-16M - IMAGE_SIZE := 16064k - SUPPORTED_DEVICES := nixcore-x1 - DEVICE_TITLE := NixcoreX1 16M - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev +define Device/3g-6200n + DTS := 3G-6200N + IMAGE_SIZE := 3648k + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \ + edimax-header -s CSYS -m 3G62 -f 0x50000 -S 0x01100000 | pad-rootfs | \ + append-metadata | check-size $$$$(IMAGE_SIZE) + DEVICE_TITLE := Edimax 3g-6200n endef -TARGET_DEVICES += nixcore-16M +TARGET_DEVICES += 3g-6200n +define Device/3g-6200nl + DTS := 3G-6200NL + IMAGE_SIZE := 3648k + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \ + edimax-header -s CSYS -m 3G62 -f 0x50000 -S 0x01100000 | pad-rootfs | \ + append-metadata | check-size $$$$(IMAGE_SIZE) + DEVICE_TITLE := Edimax 3g-6200nl +endef +TARGET_DEVICES += 3g-6200nl -define Device/vocore-8M - DTS := VOCORE-8M - IMAGE_SIZE := 7872k - SUPPORTED_DEVICES := vocore - DEVICE_TITLE := VoCore 8M - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-i2c-core kmod-i2c-ralink \ - kmod-spi-dev +define Device/a5-v11 + DTS := A5-V11 + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B A5-V11 -F 4M + DEVICE_TITLE := A5-V11 + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 endef -TARGET_DEVICES += vocore-8M +TARGET_DEVICES += a5-v11 +define Device/air3gii + DTS := AIR3GII + BLOCKSIZE := 64k + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := AirLive Air3GII +endef +TARGET_DEVICES += air3gii -define Device/vocore-16M - DTS := VOCORE-16M - IMAGE_SIZE := 16064k - SUPPORTED_DEVICES := vocore - DEVICE_TITLE := VoCore 16M - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-i2c-core kmod-i2c-ralink \ - kmod-spi-dev +define Device/all0256n-4M + DTS := ALL0256N-4M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := Allnet ALL0256N (4MB) + DEVICE_PACKAGES := rssileds endef -TARGET_DEVICES += vocore-16M +TARGET_DEVICES += all0256n-4M +define Device/all0256n-8M + DTS := ALL0256N-8M + DEVICE_TITLE := Allnet ALL0256N (8MB) + DEVICE_PACKAGES := rssileds +endef +TARGET_DEVICES += all0256n-8M define Device/all5002 DTS := ALL5002 @@ -75,7 +99,6 @@ define Device/all5002 endef TARGET_DEVICES += all5002 - define Device/all5003 DTS := ALL5003 IMAGE_SIZE := 32448k @@ -85,6 +108,21 @@ define Device/all5003 endef TARGET_DEVICES += all5003 +define Device/asl26555-8M + DTS := ASL26555-8M + IMAGE_SIZE := 7744k + DEVICE_TITLE := Alpha ASL26555 + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += asl26555-8M + +define Device/asl26555-16M + DTS := ASL26555-16M + IMAGE_SIZE := 15872k + DEVICE_TITLE := Alpha ASL26555 16M + DEVICE_PACKAGES := +endef +TARGET_DEVICES += asl26555-16M define Device/atp-52b DTS := ATP-52B @@ -93,32 +131,22 @@ define Device/atp-52b endef TARGET_DEVICES += atp-52b - -define Device/f5d8235v2 - DTS := F5D8235_V2 - IMAGE_SIZE := 7744k - DEVICE_TITLE := Belkin F5D8235 v2 -endef -TARGET_DEVICES += f5d8235v2 - - -define Device/f7c027 - DTS := F7C027 - IMAGE_SIZE := 7616k - DEVICE_TITLE := Belkin F7C027 - DEVICE_PACKAGES := -kmod-usb-core -kmod-usb-dwc2 -kmod-usb-ledtrig-usbport -endef -TARGET_DEVICES += f7c027 - - -define Device/air3gii - DTS := AIR3GII - BLOCKSIZE := 64k +define Device/awm002-evb-4M + DTS := AWM002-EVB-4M IMAGE_SIZE := $(ralink_default_fw_size_4M) - DEVICE_TITLE := AirLive Air3GII + DEVICE_TITLE := AsiaRF AWM002-EVB (4M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ + kmod-i2c-core kmod-i2c-gpio endef -TARGET_DEVICES += air3gii +TARGET_DEVICES += awm002-evb-4M +define Device/awm002-evb-8M + DTS := AWM002-EVB-8M + DEVICE_TITLE := AsiaRF AWM002-EVB (8M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ + kmod-i2c-core kmod-i2c-gpio +endef +TARGET_DEVICES += awm002-evb-8M define Device/awm003-evb DTS := AWM003-EVB @@ -126,15 +154,13 @@ define Device/awm003-evb endef TARGET_DEVICES += awm003-evb - -define Device/awmapn2403 +define Device/awapn2403 DTS := AWAPN2403 BLOCKSIZE := 4k IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := AsiaRF AWAPN2403 endef -TARGET_DEVICES += awmapn2403 - +TARGET_DEVICES += awapn2403 define Device/bc2 DTS := BC2 @@ -142,6 +168,14 @@ define Device/bc2 endef TARGET_DEVICES += bc2 +define Device/broadway + DTS := BROADWAY + IMAGE_SIZE := 7744k + UIMAGE_NAME:= Broadway Kernel Image + DEVICE_TITLE := Hauppauge Broadway + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += broadway define Device/carambola DTS := CARAMBOLA @@ -150,7 +184,6 @@ define Device/carambola endef TARGET_DEVICES += carambola - define Device/d105 DTS := D105 BLOCKSIZE := 64k @@ -159,6 +192,95 @@ define Device/d105 endef TARGET_DEVICES += d105 +define Device/dap-1350 + DTS := DAP-1350 + IMAGES += factory.bin factory-NA.bin + IMAGE_SIZE := 7488k + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + dap-header -s RT3052-AP-DAP1350WW-3 + IMAGE/factory-NA.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + dap-header -s RT3052-AP-DAP1350-3 + DEVICE_TITLE := D-Link DAP-1350 +endef +TARGET_DEVICES += dap-1350 + +define Device/dir-300-b1 + DTS := DIR-300-B1 + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir300b + DEVICE_TITLE := D-Link DIR-300 B1 +endef +TARGET_DEVICES += dir-300-b1 + +define Device/dir-300-b7 + DTS := DIR-300-B7 + BLOCKSIZE := 4k + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := D-Link DIR-300 B7 +endef +TARGET_DEVICES += dir-300-b7 + +define Device/dir-320-b1 + DTS := DIR-320-B1 + DEVICE_TITLE := D-Link DIR-320 B1 +endef +TARGET_DEVICES += dir-320-b1 + +define Device/dir-600-b1 + DTS := DIR-600-B1 + IMAGE_SIZE := $(ralink_default_fw_size_4M) + SUPPORTED_DEVICES := dir-600-b1 dir-600-b2 + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir600b + DEVICE_TITLE := D-Link DIR-600 B1/B2 +endef +TARGET_DEVICES += dir-600-b1 + +define Device/dir-610-a1 + DTS := DIR-610-A1 + BLOCKSIZE := 4k + IMAGES += factory.bin + KERNEL := $(KERNEL_DTB) + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGE/sysupgrade.bin := \ + append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | append-rootfs | \ + seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ + pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) + IMAGE/factory.bin := \ + append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \ + append-rootfs | pad-rootfs -x 64 | \ + seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ + seama-seal -m "signature=wrgn59_dlob.hans_dir610" | \ + check-size $$$$(IMAGE_SIZE) + DEVICE_TITLE := D-Link DIR-610 A1 + DEVICE_PACKAGES := kmod-ledtrig-netdev kmod-ledtrig-timer +endef +TARGET_DEVICES += dir-610-a1 + +define Device/dir-615-d + DTS := DIR-615-D + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir615d + DEVICE_TITLE := D-Link DIR-615 D +endef +TARGET_DEVICES += dir-615-d + + +define Device/dir-615-h1 + DTS := DIR-615-H1 + BLOCKSIZE := 4k + IMAGES += factory.bin + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | senao-header -r 0x218 -p 0x30 -t 3 + DEVICE_TITLE := D-Link DIR-615 H1 +endef +TARGET_DEVICES += dir-615-h1 define Device/dir-620-a1 DTS := DIR-620-A1 @@ -166,14 +288,12 @@ define Device/dir-620-a1 endef TARGET_DEVICES += dir-620-a1 - define Device/dir-620-d1 DTS := DIR-620-D1 DEVICE_TITLE := D-Link DIR-620 D1 endef TARGET_DEVICES += dir-620-d1 - define Device/dwr-512-b DTS := DWR-512-B DEVICE_TITLE := D-Link DWR-512 B @@ -182,7 +302,6 @@ define Device/dwr-512-b endef TARGET_DEVICES += dwr-512-b - define Device/esr-9753 DTS := ESR-9753 BLOCKSIZE := 64k @@ -191,22 +310,30 @@ define Device/esr-9753 endef TARGET_DEVICES += esr-9753 - -define Device/hw550-3g - DTS := HW550-3G - DEVICE_TITLE := Aztech HW550-3G - DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +define Device/f5d8235-v2 + DTS := F5D8235_V2 + IMAGE_SIZE := 7744k + DEVICE_TITLE := Belkin F5D8235 v2 endef -TARGET_DEVICES += hw550-3g - +TARGET_DEVICES += f5d8235-v2 -define Device/rt-n13u - DTS := RT-N13U - DEVICE_TITLE := Asus RT-N13U - DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-dwc2 +define Device/f7c027 + DTS := F7C027 + IMAGE_SIZE := 7616k + DEVICE_TITLE := Belkin F7C027 + DEVICE_PACKAGES := -kmod-usb-core -kmod-usb-dwc2 -kmod-usb-ledtrig-usbport endef -TARGET_DEVICES += rt-n13u +TARGET_DEVICES += f7c027 +define Device/fonera20n + DTS := FONERA20N + IMAGES += factory.bin + IMAGE/factory.bin := $$(sysupgrade_bin) | \ + edimax-header -s RSDK -m NL1T -f 0x50000 -S 0xc0000 + DEVICE_TITLE := Fonera 2.0N + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += fonera20n define Device/freestation5 DTS := FREESTATION5 @@ -215,13 +342,14 @@ define Device/freestation5 endef TARGET_DEVICES += freestation5 - -define Device/ip2202 - DTS := IP2202 - DEVICE_TITLE := Poray IP2202 +define Device/hlk-rm04 + DTS := HLKRM04 + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | hilink-header + DEVICE_TITLE := Hi-Link HLK-RM04 endef -TARGET_DEVICES += ip2202 - +TARGET_DEVICES += hlk-rm04 define Device/ht-tm02 DTS := HT-TM02 @@ -230,31 +358,109 @@ define Device/ht-tm02 endef TARGET_DEVICES += ht-tm02 +define Device/hw550-3g + DTS := HW550-3G + DEVICE_TITLE := Aztech HW550-3G + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += hw550-3g -define Device/mofi3500-3gn - DTS := MOFI3500-3GN - DEVICE_TITLE := MoFi Network MOFI3500-3GN +define Device/ip2202 + DTS := IP2202 + DEVICE_TITLE := Poray IP2202 endef -TARGET_DEVICES += mofi3500-3gn +TARGET_DEVICES += ip2202 +define Device/jhr-n805r + DTS := JHR-N805R + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | jcg-header 29.24 + DEVICE_TITLE := JCG JHR-N805R +endef +TARGET_DEVICES += jhr-n805r -define Device/3g150b - DTS := 3G150B - BLOCKSIZE := 4k +define Device/jhr-n825r + DTS := JHR-N825R IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | jcg-header 23.24 + DEVICE_TITLE := JCG JHR-N825R +endef +TARGET_DEVICES += jhr-n825r + +define Device/jhr-n926r + DTS := JHR-N926R + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | jcg-header 25.24 + DEVICE_TITLE := JCG JHR-N926R +endef +TARGET_DEVICES += jhr-n926r + +define Device/m2m + DTS := M2M UIMAGE_NAME:= Linux Kernel Image - DEVICE_TITLE := Tenda 3G150B - DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport + DEVICE_TITLE := Intenso Memory 2 Move + DEVICE_PACKAGES := kmod-ledtrig-netdev kmod-ledtrig-timer \ + kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \ + kmod-fs-ext4 kmod-fs-vfat block-mount endef -TARGET_DEVICES += 3g150b +TARGET_DEVICES += m2m +define Device/m3 + DTS := M3 + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B M3 -F 4M + DEVICE_TITLE := Poray M3 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-netdev \ + kmod-ledtrig-timer +endef +TARGET_DEVICES += m3 -define Device/mr-102n - DTS := MR-102N - DEVICE_TITLE := AXIMCom MR-102N +define Device/m4-4M + DTS := M4-4M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B M4 -F 4M + DEVICE_TITLE := Poray M4 (4MB) + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-netdev \ + kmod-ledtrig-timer endef -TARGET_DEVICES += mr-102n +TARGET_DEVICES += m4-4M +define Device/m4-8M + DTS := M4-8M + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B M4 -F 8M + DEVICE_TITLE := Poray M4 (8MB) + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +TARGET_DEVICES += m4-8M + +define Device/miniembplug + DTS := MINIEMBPLUG + DEVICE_TITLE := Omnima MiniEMBPlug +endef +TARGET_DEVICES += miniembplug + +define Device/miniembwifi + DEVICE_TITLE := Omnima MiniEMBWiFi +endef +TARGET_DEVICES += miniembwifi + +define Device/mofi3500-3gn + DTS := MOFI3500-3GN + DEVICE_TITLE := MoFi Network MOFI3500-3GN +endef +TARGET_DEVICES += mofi3500-3gn define Device/mpr-a1 DTS := MPRA1 @@ -266,7 +472,6 @@ define Device/mpr-a1 endef TARGET_DEVICES += mpr-a1 - define Device/mpr-a2 DTS := MPRA2 UIMAGE_NAME:= Linux Kernel Image @@ -275,22 +480,36 @@ define Device/mpr-a2 endef TARGET_DEVICES += mpr-a2 +define Device/mr-102n + DTS := MR-102N + DEVICE_TITLE := AXIMCom MR-102N +endef +TARGET_DEVICES += mr-102n -define Device/dir-300-b7 - DTS := DIR-300-B7 - BLOCKSIZE := 4k +define Device/mzk-dp150n + DTS := MZK-DP150N + BLOCKSIZE := 64k IMAGE_SIZE := $(ralink_default_fw_size_4M) - DEVICE_TITLE := D-Link DIR-300 B7 + DEVICE_TITLE := Planex MZK-DP150N + DEVICE_PACKAGES := kmod-spi-dev endef -TARGET_DEVICES += dir-300-b7 - +TARGET_DEVICES += mzk-dp150n -define Device/dir-320-b1 - DTS := DIR-320-B1 - DEVICE_TITLE := D-Link DIR-320 B1 +define Device/mzk-w300nh2 + DTS := MZK-W300NH2 + IMAGE_SIZE := 3648k + IMAGES += factory.bin + IMAGE/factory.bin := $$(sysupgrade_bin) | \ + edimax-header -s CSYS -m RN52 -f 0x50000 -S 0xc0000 + DEVICE_TITLE := Planex MZK-W300NH2 endef -TARGET_DEVICES += dir-320-b1 +TARGET_DEVICES += mzk-w300nh2 +define Device/mzk-wdpr + DTS := MZK-WDPR + DEVICE_TITLE := Planex MZK-WDPR +endef +TARGET_DEVICES += mzk-wdpr define Device/nbg-419n DTS := NBG-419N @@ -300,7 +519,6 @@ define Device/nbg-419n endef TARGET_DEVICES += nbg-419n - define Device/nbg-419n2 DTS := NBG-419N2 IMAGE_SIZE := $(ralink_default_fw_size_8M) @@ -308,47 +526,37 @@ define Device/nbg-419n2 endef TARGET_DEVICES += nbg-419n2 - -define Device/mzk-wdpr - DTS := MZK-WDPR - DEVICE_TITLE := Planex MZK-WDPR -endef -TARGET_DEVICES += mzk-wdpr - - -define Device/ncs601W +define Device/ncs601w DTS := NCS601W DEVICE_TITLE := Wansview NCS601W DEVICE_PACKAGES := kmod-video-core kmod-video-uvc \ kmod-usb-core kmod-usb-ohci endef -TARGET_DEVICES += ncs601W - +TARGET_DEVICES += ncs601w -define Device/m2m - DTS := M2M - UIMAGE_NAME:= Linux Kernel Image - DEVICE_TITLE := Intenso Memory 2 Move - DEVICE_PACKAGES := kmod-ledtrig-netdev kmod-ledtrig-timer \ - kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \ - kmod-fs-ext4 kmod-fs-vfat block-mount +define Device/nixcore-x1-8M + DTS := NIXCORE-8M + IMAGE_SIZE := 7872k + DEVICE_TITLE := NixcoreX1 (8M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += m2m - +TARGET_DEVICES += nixcore-x1-8M -define Device/miniembplug - DTS := MINIEMBPLUG - DEVICE_TITLE := Omnima MiniEMBPlug +define Device/nixcore-x1-16M + DTS := NIXCORE-16M + IMAGE_SIZE := 16064k + DEVICE_TITLE := NixcoreX1 (16M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += miniembplug - +TARGET_DEVICES += nixcore-x1-16M -define Device/miniembwifi - DTS := MINIEMBWIFI - DEVICE_TITLE := Omnima MiniEMBWiFi +define Device/nw718 + DTS := NW718 + IMAGE_SIZE := 3712k + UIMAGE_NAME:= ARA1B4NCRNW718;1 + DEVICE_TITLE := Netcore NW718 endef -TARGET_DEVICES += miniembwifi - +TARGET_DEVICES += nw718 define Device/psr-680w DTS := PSR-680W @@ -358,7 +566,6 @@ define Device/psr-680w endef TARGET_DEVICES += psr-680w - define Device/pwh2004 DTS := PWH2004 DEVICE_TITLE := Prolink PWH2004 @@ -366,6 +573,22 @@ define Device/pwh2004 endef TARGET_DEVICES += pwh2004 +define Device/px-4885-4M + DTS := PX-4885-4M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := 7Links PX-4885 (4M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \ + kmod-usb-ledtrig-usbport kmod-leds-gpio +endef +TARGET_DEVICES += px-4885-4M + +define Device/px-4885-8M + DTS := PX-4885-8M + DEVICE_TITLE := 7Links PX-4885 (8M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \ + kmod-usb-ledtrig-usbport kmod-leds-gpio +endef +TARGET_DEVICES += px-4885-8M define Device/rt5350f-olinuxino DTS := RT5350F-OLINUXINO @@ -376,7 +599,6 @@ define Device/rt5350f-olinuxino endef TARGET_DEVICES += rt5350f-olinuxino - define Device/rt5350f-olinuxino-evb DTS := RT5350F-OLINUXINO-EVB DEVICE_TITLE := RT5350F-OLinuXino-EVB @@ -386,7 +608,6 @@ define Device/rt5350f-olinuxino-evb endef TARGET_DEVICES += rt5350f-olinuxino-evb - define Device/rt-g32-b1 DTS := RT-G32-B1 BLOCKSIZE := 4k @@ -395,7 +616,6 @@ define Device/rt-g32-b1 endef TARGET_DEVICES += rt-g32-b1 - define Device/rt-n10-plus DTS := RT-N10-PLUS BLOCKSIZE := 64k @@ -404,6 +624,12 @@ define Device/rt-n10-plus endef TARGET_DEVICES += rt-n10-plus +define Device/rt-n13u + DTS := RT-N13U + DEVICE_TITLE := Asus RT-N13U + DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-dwc2 +endef +TARGET_DEVICES += rt-n13u define Device/rut5xx DTS := RUT5XX @@ -411,7 +637,6 @@ define Device/rut5xx endef TARGET_DEVICES += rut5xx - define Device/sl-r7205 DTS := SL-R7205 BLOCKSIZE := 64k @@ -420,13 +645,27 @@ define Device/sl-r7205 endef TARGET_DEVICES += sl-r7205 - define Device/tew-714tru DTS := TEW-714TRU DEVICE_TITLE := TRENDnet TEW-714TRU endef TARGET_DEVICES += tew-714tru +define Device/ur-326n4g + DTS := UR-326N4G + BLOCKSIZE := 64k + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := UPVEL UR-326N4G + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += ur-326n4g + +define Device/ur-336un + DTS := UR-336UN + DEVICE_TITLE := UPVEL UR-336UN + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +endef +TARGET_DEVICES += ur-336un define Device/v22rw-2x2 DTS := V22RW-2X2 @@ -436,6 +675,41 @@ define Device/v22rw-2x2 endef TARGET_DEVICES += v22rw-2x2 +define Device/vocore-8M + DTS := VOCORE-8M + IMAGE_SIZE := 7872k + DEVICE_TITLE := VoCore (8M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ + kmod-i2c-core kmod-i2c-ralink \ + kmod-spi-dev +endef +TARGET_DEVICES += vocore-8M + +define Device/vocore-16M + DTS := VOCORE-16M + IMAGE_SIZE := 16064k + DEVICE_TITLE := VoCore (16M) + DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \ + kmod-i2c-core kmod-i2c-ralink \ + kmod-spi-dev +endef +TARGET_DEVICES += vocore-16M + +define Device/w150m + DTS := W150M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + UIMAGE_NAME:= W150M Kernel Image + DEVICE_TITLE := Tenda W150M +endef +TARGET_DEVICES += w150m + +define Device/w306r-v20 + DTS := W306R_V20 + IMAGE_SIZE := $(ralink_default_fw_size_4M) + UIMAGE_NAME:= linkn Kernel Image + DEVICE_TITLE := Tenda W306R V2.0 +endef +TARGET_DEVICES += w306r-v20 define Device/w502u DTS := W502U @@ -443,33 +717,20 @@ define Device/w502u endef TARGET_DEVICES += w502u - -define Device/wcr150gn +define Device/wcr-150gn DTS := WCR150GN BLOCKSIZE := 64k IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := Sparklan WCR-150GN endef -TARGET_DEVICES += wcr150gn - - -define Device/mzk-dp150n - DTS := MZK-DP150N - BLOCKSIZE := 64k - IMAGE_SIZE := $(ralink_default_fw_size_4M) - DEVICE_TITLE := Planex MZK-DP150N - DEVICE_PACKAGES := kmod-spi-dev -endef -TARGET_DEVICES += mzk-dp150n - +TARGET_DEVICES += wcr-150gn -define Device/wizard-8800 +define Device/wizard8800 DTS := WIZARD8800 UIMAGE_NAME:= Linux Kernel Image DEVICE_TITLE := EasyAcc WIZARD 8800 endef -TARGET_DEVICES += wizard-8800 - +TARGET_DEVICES += wizard8800 define Device/wizfi630a DTS := WIZFI630A @@ -478,7 +739,6 @@ define Device/wizfi630a endef TARGET_DEVICES += wizfi630a - define Device/wl-330n DTS := WL-330N BLOCKSIZE := 4k @@ -487,7 +747,6 @@ define Device/wl-330n endef TARGET_DEVICES += wl-330n - define Device/wl-330n3g DTS := WL-330N3G BLOCKSIZE := 4k @@ -497,7 +756,6 @@ define Device/wl-330n3g endef TARGET_DEVICES += wl-330n3g - define Device/wl-351 DTS := WL-351 BLOCKSIZE := 64k @@ -507,24 +765,30 @@ define Device/wl-351 endef TARGET_DEVICES += wl-351 - -define Device/ur-326n4g - DTS := UR-326N4G - BLOCKSIZE := 64k +define Device/wnce2001 + DTS := WNCE2001 IMAGE_SIZE := $(ralink_default_fw_size_4M) - DEVICE_TITLE := UPVEL UR-326N4G - DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport + IMAGES += factory.bin factory-NA.bin + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + dap-header -s RT3052-AP-WNCE2001-3 -r WW -v 1.0.0.99 + IMAGE/factory-NA.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + dap-header -s RT3052-AP-WNCE2001-3 -r NA -v 1.0.0.99 + DEVICE_TITLE := Netgear WNCE2001 endef -TARGET_DEVICES += ur-326n4g - +TARGET_DEVICES += wnce2001 -define Device/ur-336un - DTS := UR-336UN - DEVICE_TITLE := UPVEL UR-336UN - DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport +define Device/wr512-3gn-4M + DTS := WR512-3GN-4M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + DEVICE_TITLE := WR512-3GN (4M) endef -TARGET_DEVICES += ur-336un +TARGET_DEVICES += wr512-3gn-4M +define Device/wr512-3gn-8M + DTS := WR512-3GN-8M + DEVICE_TITLE := WR512-3GN (8M) +endef +TARGET_DEVICES += wr512-3gn-8M define Device/wr6202 DTS := WR6202 @@ -532,6 +796,45 @@ define Device/wr6202 endef TARGET_DEVICES += wr6202 +define Device/wt1520-4M + DTS := WT1520-4M + IMAGE_SIZE := $(ralink_default_fw_size_4M) + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B WT1520 -F 4M + DEVICE_TITLE := Nexx WT1520 (4MB) +endef +TARGET_DEVICES += wt1520-4M + +define Device/wt1520-8M + DTS := WT1520-8M + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B WT1520 -F 8M + DEVICE_TITLE := Nexx WT1520 (8MB) +endef +TARGET_DEVICES += wt1520-8M + +define Device/x5 + DTS := X5 + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B X5 -F 8M + DEVICE_TITLE := Poray X5/X6 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +TARGET_DEVICES += x5 + + +define Device/x8 + DTS := X8 + IMAGES += factory.bin + IMAGE/factory.bin := \ + $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | poray-header -B X8 -F 8M + DEVICE_TITLE := Poray X8 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +TARGET_DEVICES += x8 define Device/xdxrn502j DTS := XDXRN502J