2016-04-01 07:11:48 +00:00
|
|
|
#
|
|
|
|
# RT305X Profiles
|
|
|
|
#
|
2018-02-11 18:42:47 +00:00
|
|
|
define Build/buffalo-tftp-header
|
2020-05-08 16:21:06 +00:00
|
|
|
( \
|
|
|
|
echo -n -e "# Airstation FirmWare\nrun u_fw\nreset\n\n" | \
|
|
|
|
dd bs=512 count=1 conv=sync; \
|
|
|
|
dd if=$@; \
|
|
|
|
) > $@.tmp && \
|
|
|
|
$(STAGING_DIR_HOST)/bin/buffalo-tftp -i $@.tmp -o $@.new
|
|
|
|
mv $@.new $@
|
2018-02-11 18:42:47 +00:00
|
|
|
endef
|
|
|
|
|
2016-11-21 07:46:48 +00:00
|
|
|
define Build/dap-header
|
|
|
|
$(STAGING_DIR_HOST)/bin/mkdapimg $(1) -i $@ -o $@.new
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/hilink-header
|
|
|
|
$(STAGING_DIR_HOST)/bin/mkhilinkfw -e -i $@ -o $@.new
|
|
|
|
mv $@.new $@
|
|
|
|
endef
|
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/7links_px-4885-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := 7Links
|
|
|
|
DEVICE_MODEL := PX-4885
|
|
|
|
DEVICE_VARIANT := 4M
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \
|
2019-07-07 14:27:51 +00:00
|
|
|
kmod-usb-ledtrig-usbport kmod-leds-gpio
|
|
|
|
SUPPORTED_DEVICES += px-4885-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += 7links_px-4885-4m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/7links_px-4885-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := 7Links
|
|
|
|
DEVICE_MODEL := PX-4885
|
|
|
|
DEVICE_VARIANT := 8M
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \
|
2019-07-07 14:27:51 +00:00
|
|
|
kmod-usb-ledtrig-usbport kmod-leds-gpio
|
|
|
|
SUPPORTED_DEVICES += px-4885-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += 7links_px-4885-8m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/8devices_carambola
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := 8devices
|
|
|
|
DEVICE_MODEL := Carambola
|
|
|
|
DEVICE_PACKAGES :=
|
|
|
|
SUPPORTED_DEVICES += carambola
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += 8devices_carambola
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/accton_wr6202
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Accton
|
|
|
|
DEVICE_MODEL := WR6202
|
|
|
|
SUPPORTED_DEVICES += wr6202
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += accton_wr6202
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/airlive_air3gii
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := AirLive
|
|
|
|
DEVICE_MODEL := Air3GII
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += air3gii
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += airlive_air3gii
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/alfa-network_w502u
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := ALFA
|
|
|
|
DEVICE_MODEL := Networks W502U
|
|
|
|
SUPPORTED_DEVICES += w502u
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += alfa-network_w502u
|
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/allnet_all0256n-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Allnet
|
|
|
|
DEVICE_MODEL := ALL0256N
|
|
|
|
DEVICE_VARIANT := 4M
|
2016-11-21 07:46:48 +00:00
|
|
|
DEVICE_PACKAGES := rssileds
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += all0256n-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += allnet_all0256n-4m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/allnet_all0256n-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Allnet
|
|
|
|
DEVICE_MODEL := ALL0256N
|
|
|
|
DEVICE_VARIANT := 8M
|
2016-11-21 07:46:48 +00:00
|
|
|
DEVICE_PACKAGES := rssileds
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += all0256n-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += allnet_all0256n-8m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/allnet_all5002
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3352
|
2016-09-04 07:58:02 +00:00
|
|
|
IMAGE_SIZE := 32448k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Allnet
|
|
|
|
DEVICE_MODEL := ALL5002
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
2020-03-05 14:42:18 +00:00
|
|
|
kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += all5002
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += allnet_all5002
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/allnet_all5003
|
2023-02-25 11:01:40 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2016-09-04 07:58:02 +00:00
|
|
|
IMAGE_SIZE := 32448k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Allnet
|
|
|
|
DEVICE_MODEL := ALL5003
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
2020-03-05 14:42:18 +00:00
|
|
|
kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += all5003
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += allnet_all5003
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/alphanetworks_asl26555-16m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 15872k
|
|
|
|
DEVICE_VENDOR := Alpha
|
|
|
|
DEVICE_MODEL := ASL26555
|
|
|
|
DEVICE_VARIANT := 16M
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += asl26555 asl26555-16M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += alphanetworks_asl26555-16m
|
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/alphanetworks_asl26555-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2016-11-27 09:46:20 +00:00
|
|
|
IMAGE_SIZE := 7744k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Alpha
|
|
|
|
DEVICE_MODEL := ASL26555
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += asl26555 asl26555-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += alphanetworks_asl26555-8m
|
2016-11-27 09:46:20 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/arcwireless_freestation5
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := ARC Wireless
|
|
|
|
DEVICE_MODEL := FreeStation
|
2019-12-19 18:40:33 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-rt2500-usb kmod-rt2800-usb \
|
|
|
|
kmod-rt2x00-usb
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += freestation5
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += arcwireless_freestation5
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/argus_atp-52b
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2016-09-04 07:58:02 +00:00
|
|
|
IMAGE_SIZE := 7808k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Argus
|
|
|
|
DEVICE_MODEL := ATP-52B
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += atp-52b
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += argus_atp-52b
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/asiarf_awapn2403
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := AsiaRF
|
|
|
|
DEVICE_MODEL := AWAPN2403
|
|
|
|
SUPPORTED_DEVICES += awapn2403
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asiarf_awapn2403
|
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/asiarf_awm002-evb-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := AsiaRF
|
|
|
|
DEVICE_MODEL := AWM002-EVB
|
|
|
|
DEVICE_VARIANT := 4M
|
2020-03-05 14:42:18 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-gpio
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += awm002-evb-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += asiarf_awm002-evb-4m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/asiarf_awm002-evb-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := AsiaRF
|
|
|
|
DEVICE_MODEL := AWM002-EVB/AWM003-EVB
|
|
|
|
DEVICE_VARIANT := 8M
|
2020-03-05 14:42:18 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-gpio
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += awm002-evb-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += asiarf_awm002-evb-8m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/asus_rt-g32-b1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-11-15 18:20:30 +00:00
|
|
|
DEVICE_VENDOR := ASUS
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := RT-G32
|
|
|
|
DEVICE_VARIANT := B1
|
|
|
|
SUPPORTED_DEVICES += rt-g32-b1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus_rt-g32-b1
|
|
|
|
|
|
|
|
define Device/asus_rt-n10-plus
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-11-15 18:20:30 +00:00
|
|
|
DEVICE_VENDOR := ASUS
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := RT-N10+
|
|
|
|
SUPPORTED_DEVICES += rt-n10-plus
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus_rt-n10-plus
|
|
|
|
|
|
|
|
define Device/asus_rt-n13u
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2022-11-15 18:20:30 +00:00
|
|
|
DEVICE_VENDOR := ASUS
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := RT-N13U
|
|
|
|
DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci kmod-usb-dwc2
|
|
|
|
SUPPORTED_DEVICES += rt-n13u
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus_rt-n13u
|
|
|
|
|
|
|
|
define Device/asus_wl-330n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-11-15 18:20:30 +00:00
|
|
|
DEVICE_VENDOR := ASUS
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := WL-330N
|
|
|
|
SUPPORTED_DEVICES += wl-330n
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += asus_wl-330n
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/asus_wl-330n3g
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-11-15 18:20:30 +00:00
|
|
|
DEVICE_VENDOR := ASUS
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := WL-330N3G
|
|
|
|
DEVICE_PACKAGES :=
|
|
|
|
SUPPORTED_DEVICES += wl-330n3g
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += asus_wl-330n3g
|
|
|
|
|
|
|
|
define Device/aximcom_mr-102n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-15 12:55:34 +00:00
|
|
|
IMAGE_SIZE := 7744k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := AXIMCom
|
|
|
|
DEVICE_MODEL := MR-102N
|
|
|
|
SUPPORTED_DEVICES += mr-102n
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += aximcom_mr-102n
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/aztech_hw550-3g
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Aztech
|
|
|
|
DEVICE_MODEL := HW550-3G
|
2019-08-22 11:22:39 +00:00
|
|
|
DEVICE_ALT0_VENDOR := Allnet
|
|
|
|
DEVICE_ALT0_MODEL := ALL0239-3G
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += hw550-3g
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += aztech_hw550-3g
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/belkin_f5d8235-v2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 7744k
|
|
|
|
DEVICE_VENDOR := Belkin
|
|
|
|
DEVICE_MODEL := F5D8235
|
|
|
|
DEVICE_VARIANT := v2
|
|
|
|
DEVICE_PACKAGES := kmod-switch-rtl8366rb
|
|
|
|
SUPPORTED_DEVICES += f5d8235-v2
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += belkin_f5d8235-v2
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/belkin_f7c027
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 7616k
|
|
|
|
DEVICE_VENDOR := Belkin
|
|
|
|
DEVICE_MODEL := F7C027
|
|
|
|
SUPPORTED_DEVICES += f7c027
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += belkin_f7c027
|
|
|
|
|
|
|
|
define Device/buffalo_whr-g300n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-15 12:55:40 +00:00
|
|
|
IMAGE_SIZE := 3712k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Buffalo
|
|
|
|
DEVICE_MODEL := WHR-G300N
|
|
|
|
IMAGES += tftp.bin
|
2020-05-08 16:21:06 +00:00
|
|
|
IMAGE/tftp.bin := $$(sysupgrade_bin) | check-size | buffalo-tftp-header
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += whr-g300n
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += buffalo_whr-g300n
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dap-1350
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin factory-NA.bin
|
|
|
|
IMAGE_SIZE := 7488k
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2016-11-21 07:46:48 +00:00
|
|
|
dap-header -s RT3052-AP-DAP1350WW-3
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory-NA.bin := $$(sysupgrade_bin) | check-size | \
|
2016-11-21 07:46:48 +00:00
|
|
|
dap-header -s RT3052-AP-DAP1350-3
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DAP-1350
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dap-1350
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dap-1350
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dcs-930
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DCS-930
|
2019-12-19 18:40:33 +00:00
|
|
|
DEVICE_PACKAGES := kmod-video-core kmod-video-uvc kmod-sound-core \
|
|
|
|
kmod-usb-audio kmod-usb-dwc2
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dcs-930
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2018-11-29 22:40:12 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dcs-930
|
2018-11-29 22:40:12 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dcs-930l-b1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DCS-930L
|
|
|
|
DEVICE_VARIANT := B1
|
2019-12-19 18:40:33 +00:00
|
|
|
DEVICE_PACKAGES := kmod-video-core kmod-video-uvc kmod-sound-core \
|
|
|
|
kmod-usb-audio kmod-usb-ohci kmod-usb2
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dcs-930l-b1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2018-11-29 22:40:12 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dcs-930l-b1
|
2018-11-29 22:40:12 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-300-b1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
wrg-header wrgn23_dlwbr_dir300b
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-300
|
|
|
|
DEVICE_VARIANT := B1
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-300-b1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-300-b1
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-300-b7
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-300
|
|
|
|
DEVICE_VARIANT := B7
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-300-b7
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-300-b7
|
2016-11-27 09:46:20 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-320-b1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-320
|
|
|
|
DEVICE_VARIANT := B1
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-320-b1
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-320-b1
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-600-b1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
wrg-header wrgn23_dlwbr_dir600b
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-600
|
|
|
|
DEVICE_VARIANT := B1/B2
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-600-b1 dir-600-b2
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-600-b1
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-610-a1
|
2018-12-29 18:25:00 +00:00
|
|
|
$(Device/seama)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2018-12-29 18:25:00 +00:00
|
|
|
SEAMA_SIGNATURE := wrgn59_dlob.hans_dir610
|
2016-11-21 07:46:48 +00:00
|
|
|
KERNEL := $(KERNEL_DTB)
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-610
|
|
|
|
DEVICE_VARIANT := A1
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-610-a1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-610-a1
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-615-d
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
wrg-header wrgn23_dlwbr_dir615d
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-615
|
|
|
|
DEVICE_VARIANT := D
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-615-d
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-615-d
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-615-h1
|
2021-09-30 12:08:54 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3352
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-12-19 18:40:33 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | senao-header -r 0x218 -p 0x30 -t 3
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-615
|
|
|
|
DEVICE_VARIANT := H1
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-615-h1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-615-h1
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-620-a1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
2019-07-03 21:22:19 +00:00
|
|
|
DEVICE_MODEL := DIR-620
|
|
|
|
DEVICE_VARIANT := A1
|
|
|
|
SUPPORTED_DEVICES += dir-620-a1
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-620-a1
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dir-620-d1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3352
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DIR-620
|
|
|
|
DEVICE_VARIANT := D1
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dir-620-d1
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-620-d1
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/dlink_dwr-512-b
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-15 12:55:34 +00:00
|
|
|
IMAGE_SIZE := 8064k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := D-Link
|
|
|
|
DEVICE_MODEL := DWR-512
|
|
|
|
DEVICE_VARIANT := B
|
2021-02-25 10:54:43 +00:00
|
|
|
DEVICE_PACKAGES := jboot-tools kmod-usb2 kmod-spi-dev \
|
2020-08-05 10:03:13 +00:00
|
|
|
kmod-usb-serial-option kmod-usb-net-cdc-ether comgt-ncm
|
2018-04-05 16:01:41 +00:00
|
|
|
DLINK_ROM_ID := DLK6E2412001
|
|
|
|
DLINK_FAMILY_MEMBER := 0x6E24
|
|
|
|
DLINK_FIRMWARE_SIZE := 0x7E0000
|
|
|
|
KERNEL := $(KERNEL_DTB)
|
|
|
|
IMAGES += factory.bin
|
|
|
|
IMAGE/sysupgrade.bin := mkdlinkfw | pad-rootfs | append-metadata
|
|
|
|
IMAGE/factory.bin := mkdlinkfw | pad-rootfs | mkdlinkfw-factory
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += dwr-512-b
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-13 22:36:00 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += dlink_dwr-512-b
|
2016-11-13 22:36:00 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/easyacc_wizard-8800
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME:= Linux Kernel Image
|
|
|
|
DEVICE_VENDOR := EasyAcc
|
|
|
|
DEVICE_MODEL := WIZARD 8800
|
|
|
|
SUPPORTED_DEVICES += wizard8800
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += easyacc_wizard-8800
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/edimax_3g-6200n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 3648k
|
|
|
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \
|
|
|
|
edimax-header -s CSYS -m 3G62 -f 0x50000 -S 0x01100000 | pad-rootfs | \
|
2021-06-20 16:54:36 +00:00
|
|
|
check-size | append-metadata
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Edimax
|
|
|
|
DEVICE_MODEL := 3g-6200n
|
|
|
|
SUPPORTED_DEVICES += 3g-6200n
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += edimax_3g-6200n
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/edimax_3g-6200nl
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 3648k
|
|
|
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \
|
|
|
|
edimax-header -s CSYS -m 3G62 -f 0x50000 -S 0x01100000 | pad-rootfs | \
|
2021-06-20 16:54:36 +00:00
|
|
|
check-size | append-metadata
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Edimax
|
|
|
|
DEVICE_MODEL := 3g-6200nl
|
|
|
|
SUPPORTED_DEVICES += 3g-6200nl
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += edimax_3g-6200nl
|
|
|
|
|
|
|
|
define Device/engenius_esr-9753
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := EnGenius
|
|
|
|
DEVICE_MODEL := ESR-9753
|
|
|
|
SUPPORTED_DEVICES += esr-9753
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += engenius_esr-9753
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/fon_fonera-20n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | \
|
|
|
|
edimax-header -s RSDK -m NL1T -f 0x50000 -S 0xc0000
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Fon
|
|
|
|
DEVICE_MODEL := Fonera 2.0N
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += fonera20n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += fon_fonera-20n
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/hame_mpr-a1
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME:= Linux Kernel Image
|
|
|
|
DEVICE_VENDOR := HAME
|
|
|
|
DEVICE_MODEL := MPR
|
|
|
|
DEVICE_VARIANT := A1
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += mpr-a1
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += hame_mpr-a1
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/hame_mpr-a2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME:= Linux Kernel Image
|
|
|
|
DEVICE_VENDOR := HAME
|
|
|
|
DEVICE_MODEL := MPR
|
|
|
|
DEVICE_VARIANT := A2
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += mpr-a2
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += hame_mpr-a2
|
|
|
|
|
|
|
|
define Device/hauppauge_broadway
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 7744k
|
|
|
|
UIMAGE_NAME:= Broadway Kernel Image
|
|
|
|
DEVICE_VENDOR := Hauppauge
|
|
|
|
DEVICE_MODEL := Broadway
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += broadway
|
2017-07-31 18:19:14 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += hauppauge_broadway
|
2017-07-31 18:19:14 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/hilink_hlk-rm04
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-05-08 16:21:06 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | hilink-header
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Hi-Link
|
|
|
|
DEVICE_MODEL := HLK-RM04
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += hlk-rm04
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += hilink_hlk-rm04
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/hootoo_ht-tm02
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := HooToo
|
|
|
|
DEVICE_MODEL := HT-TM02
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += ht-tm02
|
2020-12-15 00:46:54 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += hootoo_ht-tm02
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/huawei_d105
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Huawei
|
|
|
|
DEVICE_MODEL := D105
|
|
|
|
SUPPORTED_DEVICES += d105
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += huawei_d105
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/huawei_hg255d
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-15 12:55:02 +00:00
|
|
|
IMAGE_SIZE := 15744k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := HuaWei
|
|
|
|
DEVICE_MODEL := HG255D
|
|
|
|
SUPPORTED_DEVICES += hg255d
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += huawei_hg255d
|
|
|
|
|
|
|
|
define Device/intenso_memory2move
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME:= Linux Kernel Image
|
|
|
|
DEVICE_VENDOR := Intenso
|
|
|
|
DEVICE_MODEL := Memory 2 Move
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext4 \
|
|
|
|
kmod-fs-vfat block-mount
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += m2m
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += intenso_memory2move
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/jcg_jhr-n805r
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-05-08 16:21:06 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | jcg-header 29.24
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := JCG
|
|
|
|
DEVICE_MODEL := JHR-N805R
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += jhr-n805r
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += jcg_jhr-n805r
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/jcg_jhr-n825r
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-05-08 16:21:06 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | jcg-header 23.24
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := JCG
|
|
|
|
DEVICE_MODEL := JHR-N825R
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += jhr-n825r
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += jcg_jhr-n825r
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/jcg_jhr-n926r
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-05-08 16:21:06 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | jcg-header 25.24
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := JCG
|
|
|
|
DEVICE_MODEL := JHR-N926R
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += jhr-n926r
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += jcg_jhr-n926r
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/mofinetwork_mofi3500-3gn
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := MoFi Network
|
|
|
|
DEVICE_MODEL := MOFI3500-3GN
|
|
|
|
SUPPORTED_DEVICES += mofi3500-3gn
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += mofinetwork_mofi3500-3gn
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/netcore_nw718
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 3712k
|
|
|
|
UIMAGE_NAME:= ARA1B4NCRNW718;1
|
|
|
|
DEVICE_VENDOR := Netcore
|
|
|
|
DEVICE_MODEL := NW718
|
|
|
|
SUPPORTED_DEVICES += nw718
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += netcore_nw718
|
|
|
|
|
|
|
|
define Device/netgear_wnce2001
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-15 12:55:34 +00:00
|
|
|
IMAGE_SIZE := 3392k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin factory-NA.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-07-07 14:27:51 +00:00
|
|
|
dap-header -s RT3052-AP-WNCE2001-3 -r WW -v 1.0.0.99
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory-NA.bin := $$(sysupgrade_bin) | check-size | \
|
2019-07-07 14:27:51 +00:00
|
|
|
dap-header -s RT3052-AP-WNCE2001-3 -r NA -v 1.0.0.99
|
|
|
|
DEVICE_VENDOR := NETGEAR
|
|
|
|
DEVICE_MODEL := WNCE2001
|
|
|
|
SUPPORTED_DEVICES += wnce2001
|
2020-03-29 20:33:10 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += netgear_wnce2001
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/nexaira_bc2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := NexAira
|
|
|
|
DEVICE_MODEL := BC2
|
|
|
|
SUPPORTED_DEVICES += bc2
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += nexaira_bc2
|
|
|
|
|
|
|
|
define Device/nexx_wt1520-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B WT1520 -F 4M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Nexx
|
|
|
|
DEVICE_MODEL := WT1520
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VARIANT := 4M
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += wt1520-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += nexx_wt1520-4m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/nexx_wt1520-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B WT1520 -F 8M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Nexx
|
|
|
|
DEVICE_MODEL := WT1520
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VARIANT := 8M
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += wt1520-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += nexx_wt1520-8m
|
|
|
|
|
|
|
|
define Device/nixcore_x1-16m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 16064k
|
|
|
|
DEVICE_VENDOR := Nixcore
|
|
|
|
DEVICE_MODEL := X1
|
|
|
|
DEVICE_VARIANT := 16M
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += nixcore-x1 nixcore-x1-16M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += nixcore_x1-16m
|
|
|
|
|
|
|
|
define Device/nixcore_x1-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
|
|
|
DEVICE_VENDOR := Nixcore
|
|
|
|
DEVICE_MODEL := X1
|
|
|
|
DEVICE_VARIANT := 8M
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += nixcore-x1 nixcore-x1-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += nixcore_x1-8m
|
|
|
|
|
|
|
|
define Device/olimex_rt5350f-olinuxino
|
2020-08-04 16:04:59 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := OLIMEX
|
|
|
|
DEVICE_MODEL := RT5350F-OLinuXino
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += rt5350f-olinuxino
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += olimex_rt5350f-olinuxino
|
|
|
|
|
|
|
|
define Device/olimex_rt5350f-olinuxino-evb
|
2020-08-04 16:04:59 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := OLIMEX
|
|
|
|
DEVICE_MODEL := RT5350F-OLinuXino-EVB
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += rt5350f-olinuxino-evb
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += olimex_rt5350f-olinuxino-evb
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/omnima_miniembplug
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Omnima
|
|
|
|
DEVICE_MODEL := MiniEMBPlug
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += miniembplug
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += omnima_miniembplug
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/omnima_miniembwifi
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Omnima
|
|
|
|
DEVICE_MODEL := MiniEMBWiFi
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += miniembwifi
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += omnima_miniembwifi
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/petatel_psr-680w
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Petatel
|
|
|
|
DEVICE_MODEL := PSR-680W Wireless 3G Router
|
|
|
|
SUPPORTED_DEVICES += psr-680w
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += petatel_psr-680w
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/planex_mzk-dp150n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Planex
|
|
|
|
DEVICE_MODEL := MZK-DP150N
|
2016-11-27 09:46:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-spi-dev
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += mzk-dp150n
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += planex_mzk-dp150n
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/planex_mzk-w300nh2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2016-11-21 07:46:48 +00:00
|
|
|
IMAGE_SIZE := 3648k
|
|
|
|
IMAGES += factory.bin
|
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | \
|
|
|
|
edimax-header -s CSYS -m RN52 -f 0x50000 -S 0xc0000
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Planex
|
|
|
|
DEVICE_MODEL := MZK-W300NH2
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += mzk-w300nh2
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += planex_mzk-w300nh2
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/planex_mzk-wdpr
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-15 12:55:34 +00:00
|
|
|
IMAGE_SIZE := 6656k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Planex
|
|
|
|
DEVICE_MODEL := MZK-WDPR
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += mzk-wdpr
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += planex_mzk-wdpr
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_ip2202
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := IP2202
|
|
|
|
SUPPORTED_DEVICES += ip2202
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_ip2202
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_m3
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B M3 -F 4M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := M3
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += m3
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-07-24 15:37:52 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_m3
|
2016-07-24 15:37:52 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_m4-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B M4 -F 4M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := M4
|
|
|
|
DEVICE_VARIANT := 4M
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += m4-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_m4-4m
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_m4-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B M4 -F 8M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := M4
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VARIANT := 8M
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += m4-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_m4-8m
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_x5
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B X5 -F 8M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := X5/X6
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += x5
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_x5
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/poray_x8
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B X8 -F 8M
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Poray
|
|
|
|
DEVICE_MODEL := X8
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += x8
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += poray_x8
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/prolink_pwh2004
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Prolink
|
|
|
|
DEVICE_MODEL := PWH2004
|
2016-08-02 17:48:17 +00:00
|
|
|
DEVICE_PACKAGES :=
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += pwh2004
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += prolink_pwh2004
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/ralink_v22rw-2x2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Ralink
|
|
|
|
DEVICE_MODEL := AP-RT3052-V22RW-2X2
|
|
|
|
SUPPORTED_DEVICES += v22rw-2x2
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += ralink_v22rw-2x2
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/sitecom_wl-351
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Sitecom
|
|
|
|
DEVICE_MODEL := WL-351 v1
|
2020-04-27 20:59:40 +00:00
|
|
|
DEVICE_PACKAGES := kmod-switch-rtl8366rb
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += wl-351
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += sitecom_wl-351
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/skyline_sl-r7205
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Skyline
|
|
|
|
DEVICE_MODEL := SL-R7205 Wireless 3G Router
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += sl-r7205
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += skyline_sl-r7205
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/sparklan_wcr-150gn
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Sparklan
|
|
|
|
DEVICE_MODEL := WCR-150GN
|
|
|
|
SUPPORTED_DEVICES += wcr-150gn
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2017-06-09 11:02:56 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += sparklan_wcr-150gn
|
2017-06-09 11:02:56 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/teltonika_rut5xx
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 16064k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Teltonika
|
|
|
|
DEVICE_MODEL := RUT5XX
|
|
|
|
SUPPORTED_DEVICES += rut5xx
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-03 17:58:01 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += teltonika_rut5xx
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/tenda_3g150b
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME:= Linux Kernel Image
|
|
|
|
DEVICE_VENDOR := Tenda
|
|
|
|
DEVICE_MODEL := 3G150B
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += 3g150b
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-27 09:46:20 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += tenda_3g150b
|
|
|
|
|
|
|
|
define Device/tenda_3g300m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
UIMAGE_NAME := 3G150M_SPI Kernel Image
|
|
|
|
DEVICE_VENDOR := Tenda
|
|
|
|
DEVICE_MODEL := 3G300M
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += 3g300m
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += tenda_3g300m
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/tenda_w150m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
UIMAGE_NAME:= W150M Kernel Image
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Tenda
|
|
|
|
DEVICE_MODEL := W150M
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += w150m
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += tenda_w150m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/tenda_w306r-v2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2016-11-21 07:46:48 +00:00
|
|
|
UIMAGE_NAME:= linkn Kernel Image
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := Tenda
|
|
|
|
DEVICE_MODEL := W306R
|
|
|
|
DEVICE_VARIANT := V2.0
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += w306r-v20
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += tenda_w306r-v2
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/trendnet_tew-638apb-v2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3050
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE/sysupgrade.bin := $$(sysupgrade_bin) | umedia-header 0x026382 | \
|
2021-06-20 16:54:36 +00:00
|
|
|
check-size | append-metadata
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := TRENDnet
|
|
|
|
DEVICE_MODEL := TEW-638APB
|
|
|
|
DEVICE_VARIANT := v2
|
|
|
|
SUPPORTED_DEVICES += tew-638apb-v2
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2018-02-11 18:42:47 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += trendnet_tew-638apb-v2
|
2018-02-11 18:42:47 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/trendnet_tew-714tru
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := TRENDnet
|
|
|
|
DEVICE_MODEL := TEW-714TRU
|
|
|
|
SUPPORTED_DEVICES += tew-714tru
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += trendnet_tew-714tru
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/unbranded_a5-v11
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGES += factory.bin
|
2020-03-10 13:58:27 +00:00
|
|
|
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
|
2019-12-19 18:40:33 +00:00
|
|
|
poray-header -B A5-V11 -F 4M
|
2022-02-24 14:17:45 +00:00
|
|
|
DEVICE_VENDOR := Unbranded
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_MODEL := A5-V11
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += a5-v11
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += unbranded_a5-v11
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/unbranded_wr512-3gn-4m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-02-24 14:17:45 +00:00
|
|
|
DEVICE_VENDOR := Unbranded
|
2019-07-03 21:22:19 +00:00
|
|
|
DEVICE_MODEL := WR512-3GN
|
|
|
|
DEVICE_VARIANT := 4M
|
|
|
|
SUPPORTED_DEVICES += wr512-3gn-4M
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += unbranded_wr512-3gn-4m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/unbranded_wr512-3gn-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2022-02-24 14:17:45 +00:00
|
|
|
DEVICE_VENDOR := Unbranded
|
2019-07-03 21:22:19 +00:00
|
|
|
DEVICE_MODEL := WR512-3GN
|
|
|
|
DEVICE_VARIANT := 8M
|
|
|
|
SUPPORTED_DEVICES += wr512-3gn-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += unbranded_wr512-3gn-8m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/unbranded_xdx-rn502j
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2022-02-24 14:17:45 +00:00
|
|
|
DEVICE_VENDOR := Unbranded
|
|
|
|
DEVICE_MODEL := XDX-RN502J
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += xdxrn502j
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-08-02 17:48:17 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += unbranded_xdx-rn502j
|
2016-08-02 17:48:17 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/upvel_ur-326n4g
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := UPVEL
|
|
|
|
DEVICE_MODEL := UR-326N4G
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += ur-326n4g
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += upvel_ur-326n4g
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/upvel_ur-336un
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := UPVEL
|
|
|
|
DEVICE_MODEL := UR-336UN
|
2019-09-22 10:06:25 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-dwc2 kmod-usb-ledtrig-usbport
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += ur-336un
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += upvel_ur-336un
|
|
|
|
|
|
|
|
define Device/vocore_vocore-16m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 16064k
|
|
|
|
DEVICE_VENDOR := VoCore
|
|
|
|
DEVICE_MODEL := VoCore
|
|
|
|
DEVICE_VARIANT := 16M
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += vocore vocore-16M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2019-07-07 14:27:51 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += vocore_vocore-16m
|
|
|
|
|
|
|
|
define Device/vocore_vocore-8m
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-07 14:27:51 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
|
|
|
DEVICE_VENDOR := VoCore
|
|
|
|
DEVICE_MODEL := VoCore
|
2019-07-03 21:22:19 +00:00
|
|
|
DEVICE_VARIANT := 8M
|
2020-05-08 16:21:06 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-i2c-ralink kmod-spi-dev
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += vocore vocore-8M
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += vocore_vocore-8m
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/wansview_ncs601w
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Wansview
|
|
|
|
DEVICE_MODEL := NCS601W
|
2019-12-19 18:40:33 +00:00
|
|
|
DEVICE_PACKAGES := kmod-video-core kmod-video-uvc kmod-usb-ohci
|
2019-07-07 14:27:51 +00:00
|
|
|
SUPPORTED_DEVICES += ncs601w
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += wansview_ncs601w
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/wiznet_wizfi630a
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 16064k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := WIZnet
|
|
|
|
DEVICE_MODEL := WizFi630A
|
|
|
|
SUPPORTED_DEVICES += wizfi630a
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-11-21 07:46:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += wiznet_wizfi630a
|
2016-11-21 07:46:48 +00:00
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/zorlik_zl5900v2
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := Zorlik
|
|
|
|
DEVICE_MODEL := ZL5900V2
|
2021-01-04 13:52:20 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2016-04-01 07:11:48 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += zorlik_zl5900v2
|
2017-04-27 18:02:05 +00:00
|
|
|
|
ramips: add support for ZTE MF283+
ZTE MF283+ is a dual-antenna LTE category 4 router, based on Ralink
RT3352 SoC, and built-in ZTE P685M PCIe MiniCard LTE modem.
Hardware highlighs:
- CPU: MIPS24KEc at 400MHz,
- RAM: 64MB DDR2,
- Flash: 16MB SPI,
- Ethernet: 4 10/100M port switch with VLAN support,
- Wireless: Dual-stream 802.11n (RT2860), with two internal antennas,
- WWAN: Built-in ZTE P685M modem, with two internal antennas and two
switching SMA connectors for external antennas,
- FXS: Single ATA, with two connectors marked PHONE1 and PHONE2,
internally wired in parallel by 0-Ohm resistors, handled entirely by
internal WWAN modem.
- USB: internal miniPCIe slot for modem,
unpopulated USB A connector on PCB.
- SIM slot for the WWAN modem.
- UART connector for the console (unpopulated) at 3.3V,
pinout: 1: VCC, 2: TXD, 3: RXD, 4: GND,
settings: 57600-8-N-1.
- LEDs: Power (fixed), WLAN, WWAN (RGB),
phone (bicolor, controlled by modem), Signal,
4 link/act LEDs for LAN1-4.
- Buttons: WPS, reset.
Installation:
As the modem is, for most of the time, provided by carriers, there is no
possibility to flash through web interface, only built-in FOTA update
and TFTP recovery are supported.
There are two installation methods:
(1) Using serial console and initramfs-kernel - recommended, as it
allows you to back up original firmware, or
(2) Using TFTP recovery - does not require disassembly.
(1) Using serial console:
To install OpenWrt, one needs to disassemble the
router and flash it via TFTP by using serial console:
- Locate unpopulated 4-pin header on the top of the board, near buttons.
- Connect UART adapter to the connector. Use 3.3V voltage level only,
omit VCC connection. Pin 1 (VCC) is marked by square pad.
- Put your initramfs-kernel image in TFTP server directory.
- Power-up the device.
- Press "1" to load initramfs image to RAM.
- Enter IP address chosen for the device (defaults to 192.168.0.1).
- Enter TFTP server IP address (defaults to 192.168.0.22).
- Enter image filename as put inside TFTP server - something short,
like firmware.bin is recommended.
- Hit enter to load the image. U-boot will store above values in
persistent environment for next installation.
- If you ever might want to return to vendor firmware,
BACK UP CONTENTS OF YOUR FLASH NOW.
For this router, commonly used by mobile networks,
plain vendor images are not officially available.
To do so, copy contents of each /dev/mtd[0-3], "firmware" - mtd3 being the
most important, and copy them over network to your PC. But in case
anything goes wrong, PLEASE do back up ALL OF THEM.
- From under OpenWrt just booted, load the sysupgrade image to tmpfs,
and execute sysupgrade.
(2) Using TFTP recovery
- Set your host IP to 192.168.0.22 - for example using:
sudo ip addr add 192.168.0.22/24 dev <interface>
- Set up a TFTP server on your machine
- Put the sysupgrade image in TFTP server root named as 'root_uImage'
(no quotes), for example using tftpd:
cp openwrt-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin /srv/tftp/root_uImage
- Power on the router holding BOTH Reset and WPS buttons held for around
5 seconds, until after WWAN and Signal LEDs blink.
- Wait for OpenWrt to start booting up, this should take around a
minute.
Return to original firmware:
Here, again there are two possibilities are possible, just like for
installation:
(1) Using initramfs-kernel image and serial console
(2) Using TFTP recovery
(1) Using initramfs-kernel image and serial console
- Boot OpenWrt initramfs-kernel image via TFTP the same as for
installation.
- Copy over the backed up "firmware.bin" image of "mtd3" to /tmp/
- Use "mtd write /tmp/firmware.bin /dev/mtd3", where firmware.bin is
your backup taken before OpenWrt installation, and /dev/mtd3 is the
"firmware" partition.
(2) Using TFTP recovery
- Follow the same steps as for installation, but replacing 'root_uImage'
with firmware backup you took during installation, or by vendor
firmware obtained elsewhere.
A few quirks of the device, noted from my instance:
- Wired and wireless MAC addresses written in flash are the same,
despite being in separate locations.
- Power LED is hardwired to 3.3V, so there is no status LED per se, and
WLAN LED is controlled by WLAN driver, so I had to hijack 3G/4G LED
for status - original firmware also does this in bootup.
- FXS subsystem and its LED is controlled by the
modem, so it work independently of OpenWrt.
Tested to work even before OpenWrt booted.
I managed to open up modem's shell via ADB,
and found from its kernel logs, that FXS and its LED is indeed controlled
by modem.
- While finding LEDs, I had no GPL source drop from ZTE, so I had to probe for
each and every one of them manually, so this might not be complete -
it looks like bicolor LED is used for FXS, possibly to support
dual-ported variant in other device sharing the PCB.
- Flash performance is very low, despite enabling 50MHz clock and fast
read command, due to using 4k sectors throughout the target. I decided
to keep it at the moment, to avoid breaking existing devices - I
identified one potentially affected, should this be limited to under
4MB of Flash. The difference between sysupgrade durations is whopping
3min vs 8min, so this is worth pursuing.
In vendor firmware, WWAN LED behaviour is as follows, citing the manual:
- red - no registration,
- green - 3G,
- blue - 4G.
Blinking indicates activity, so netdev trigger mapped from wwan0 to blue:wwan
looks reasonable at the moment, for full replacement, a script similar to
"rssileds" would need to be developed.
Behaviour of "Signal LED" in vendor firmware is as follows:
- Off - no signal,
- Blinking - poor coverage
- Solid - good coverage.
A few more details on the built-in LTE modem:
Modem is not fully supported upstream in Linux - only two CDC ports
(DIAG and one for QMI) probe. I sent patches upstream to add required device
IDs for full support.
The mapping of USB functions is as follows:
- CDC (QCDM) - dedicated to comunicating with proprietary Qualcomm tools.
- CDC (PCUI) - not supported by upstream 'option' driver yet. Patch
submitted upstream.
- CDC (Modem) - Exactly the same as above
- QMI - A patch is sent upstream to add device ID, with that in place,
uqmi did connect successfully, once I selected correct PDP context
type for my SIM (IPv4-only, not default IPv4v6).
- ADB - self-explanatory, one can access the ADB shell with a device ID
added to 51-android.rules like so:
SUBSYSTEM!="usb", GOTO="android_usb_rules_end"
LABEL="android_usb_rules_begin"
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", ATTR{idProduct}=="1275", ENV{adb_user}="yes"
ENV{adb_user}=="yes", MODE="0660", GROUP="plugdev", TAG+="uaccess"
LABEL="android_usb_rules_end"
While not really needed in OpenWrt, it might come useful if one decides to
move the modem to their PC to hack it further, insides seem to be pretty
interesting. ADB also works well from within OpenWrt without that. O
course it isn't needed for normal operation, so I left it out of
DEVICE_PACKAGES.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
[remove kmod-usb-ledtrig-usbport, take merged upstream patches]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-02-06 12:56:46 +00:00
|
|
|
define Device/zte_mf283plus
|
2021-02-28 02:24:19 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
ramips: add support for ZTE MF283+
ZTE MF283+ is a dual-antenna LTE category 4 router, based on Ralink
RT3352 SoC, and built-in ZTE P685M PCIe MiniCard LTE modem.
Hardware highlighs:
- CPU: MIPS24KEc at 400MHz,
- RAM: 64MB DDR2,
- Flash: 16MB SPI,
- Ethernet: 4 10/100M port switch with VLAN support,
- Wireless: Dual-stream 802.11n (RT2860), with two internal antennas,
- WWAN: Built-in ZTE P685M modem, with two internal antennas and two
switching SMA connectors for external antennas,
- FXS: Single ATA, with two connectors marked PHONE1 and PHONE2,
internally wired in parallel by 0-Ohm resistors, handled entirely by
internal WWAN modem.
- USB: internal miniPCIe slot for modem,
unpopulated USB A connector on PCB.
- SIM slot for the WWAN modem.
- UART connector for the console (unpopulated) at 3.3V,
pinout: 1: VCC, 2: TXD, 3: RXD, 4: GND,
settings: 57600-8-N-1.
- LEDs: Power (fixed), WLAN, WWAN (RGB),
phone (bicolor, controlled by modem), Signal,
4 link/act LEDs for LAN1-4.
- Buttons: WPS, reset.
Installation:
As the modem is, for most of the time, provided by carriers, there is no
possibility to flash through web interface, only built-in FOTA update
and TFTP recovery are supported.
There are two installation methods:
(1) Using serial console and initramfs-kernel - recommended, as it
allows you to back up original firmware, or
(2) Using TFTP recovery - does not require disassembly.
(1) Using serial console:
To install OpenWrt, one needs to disassemble the
router and flash it via TFTP by using serial console:
- Locate unpopulated 4-pin header on the top of the board, near buttons.
- Connect UART adapter to the connector. Use 3.3V voltage level only,
omit VCC connection. Pin 1 (VCC) is marked by square pad.
- Put your initramfs-kernel image in TFTP server directory.
- Power-up the device.
- Press "1" to load initramfs image to RAM.
- Enter IP address chosen for the device (defaults to 192.168.0.1).
- Enter TFTP server IP address (defaults to 192.168.0.22).
- Enter image filename as put inside TFTP server - something short,
like firmware.bin is recommended.
- Hit enter to load the image. U-boot will store above values in
persistent environment for next installation.
- If you ever might want to return to vendor firmware,
BACK UP CONTENTS OF YOUR FLASH NOW.
For this router, commonly used by mobile networks,
plain vendor images are not officially available.
To do so, copy contents of each /dev/mtd[0-3], "firmware" - mtd3 being the
most important, and copy them over network to your PC. But in case
anything goes wrong, PLEASE do back up ALL OF THEM.
- From under OpenWrt just booted, load the sysupgrade image to tmpfs,
and execute sysupgrade.
(2) Using TFTP recovery
- Set your host IP to 192.168.0.22 - for example using:
sudo ip addr add 192.168.0.22/24 dev <interface>
- Set up a TFTP server on your machine
- Put the sysupgrade image in TFTP server root named as 'root_uImage'
(no quotes), for example using tftpd:
cp openwrt-ramips-rt305x-zte_mf283plus-squashfs-sysupgrade.bin /srv/tftp/root_uImage
- Power on the router holding BOTH Reset and WPS buttons held for around
5 seconds, until after WWAN and Signal LEDs blink.
- Wait for OpenWrt to start booting up, this should take around a
minute.
Return to original firmware:
Here, again there are two possibilities are possible, just like for
installation:
(1) Using initramfs-kernel image and serial console
(2) Using TFTP recovery
(1) Using initramfs-kernel image and serial console
- Boot OpenWrt initramfs-kernel image via TFTP the same as for
installation.
- Copy over the backed up "firmware.bin" image of "mtd3" to /tmp/
- Use "mtd write /tmp/firmware.bin /dev/mtd3", where firmware.bin is
your backup taken before OpenWrt installation, and /dev/mtd3 is the
"firmware" partition.
(2) Using TFTP recovery
- Follow the same steps as for installation, but replacing 'root_uImage'
with firmware backup you took during installation, or by vendor
firmware obtained elsewhere.
A few quirks of the device, noted from my instance:
- Wired and wireless MAC addresses written in flash are the same,
despite being in separate locations.
- Power LED is hardwired to 3.3V, so there is no status LED per se, and
WLAN LED is controlled by WLAN driver, so I had to hijack 3G/4G LED
for status - original firmware also does this in bootup.
- FXS subsystem and its LED is controlled by the
modem, so it work independently of OpenWrt.
Tested to work even before OpenWrt booted.
I managed to open up modem's shell via ADB,
and found from its kernel logs, that FXS and its LED is indeed controlled
by modem.
- While finding LEDs, I had no GPL source drop from ZTE, so I had to probe for
each and every one of them manually, so this might not be complete -
it looks like bicolor LED is used for FXS, possibly to support
dual-ported variant in other device sharing the PCB.
- Flash performance is very low, despite enabling 50MHz clock and fast
read command, due to using 4k sectors throughout the target. I decided
to keep it at the moment, to avoid breaking existing devices - I
identified one potentially affected, should this be limited to under
4MB of Flash. The difference between sysupgrade durations is whopping
3min vs 8min, so this is worth pursuing.
In vendor firmware, WWAN LED behaviour is as follows, citing the manual:
- red - no registration,
- green - 3G,
- blue - 4G.
Blinking indicates activity, so netdev trigger mapped from wwan0 to blue:wwan
looks reasonable at the moment, for full replacement, a script similar to
"rssileds" would need to be developed.
Behaviour of "Signal LED" in vendor firmware is as follows:
- Off - no signal,
- Blinking - poor coverage
- Solid - good coverage.
A few more details on the built-in LTE modem:
Modem is not fully supported upstream in Linux - only two CDC ports
(DIAG and one for QMI) probe. I sent patches upstream to add required device
IDs for full support.
The mapping of USB functions is as follows:
- CDC (QCDM) - dedicated to comunicating with proprietary Qualcomm tools.
- CDC (PCUI) - not supported by upstream 'option' driver yet. Patch
submitted upstream.
- CDC (Modem) - Exactly the same as above
- QMI - A patch is sent upstream to add device ID, with that in place,
uqmi did connect successfully, once I selected correct PDP context
type for my SIM (IPv4-only, not default IPv4v6).
- ADB - self-explanatory, one can access the ADB shell with a device ID
added to 51-android.rules like so:
SUBSYSTEM!="usb", GOTO="android_usb_rules_end"
LABEL="android_usb_rules_begin"
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", ATTR{idProduct}=="1275", ENV{adb_user}="yes"
ENV{adb_user}=="yes", MODE="0660", GROUP="plugdev", TAG+="uaccess"
LABEL="android_usb_rules_end"
While not really needed in OpenWrt, it might come useful if one decides to
move the modem to their PC to hack it further, insides seem to be pretty
interesting. ADB also works well from within OpenWrt without that. O
course it isn't needed for normal operation, so I left it out of
DEVICE_PACKAGES.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
[remove kmod-usb-ledtrig-usbport, take merged upstream patches]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-02-06 12:56:46 +00:00
|
|
|
SOC := rt3352
|
|
|
|
IMAGE_SIZE := 15872k
|
|
|
|
DEVICE_VENDOR := ZTE
|
|
|
|
DEVICE_MODEL := MF283+
|
|
|
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-net-qmi-wwan uqmi \
|
|
|
|
kmod-usb-serial kmod-usb-serial-option
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += zte_mf283plus
|
|
|
|
|
2019-07-03 21:22:19 +00:00
|
|
|
define Device/zyxel_keenetic
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2020-04-08 18:43:36 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := Keenetic
|
2020-05-09 18:10:44 +00:00
|
|
|
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport \
|
|
|
|
kmod-usb-dwc2
|
2019-07-03 21:22:19 +00:00
|
|
|
SUPPORTED_DEVICES += kn
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2017-04-27 18:02:05 +00:00
|
|
|
endef
|
2019-07-03 21:22:19 +00:00
|
|
|
TARGET_DEVICES += zyxel_keenetic
|
2018-04-03 23:19:22 +00:00
|
|
|
|
2022-05-20 13:20:23 +00:00
|
|
|
define Device/zyxel_keenetic-4g-b
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
SOC := rt5350
|
|
|
|
IMAGE_SIZE := 7872k
|
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := Keenetic 4G
|
|
|
|
DEVICE_VARIANT := B
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2022-05-20 13:20:23 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += zyxel_keenetic-4g-b
|
|
|
|
|
2020-05-28 18:24:55 +00:00
|
|
|
define Device/zyxel_keenetic-lite-b
|
2021-02-03 06:56:38 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2020-05-28 18:24:55 +00:00
|
|
|
SOC := rt5350
|
|
|
|
IMAGE_SIZE := 7872k
|
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := Keenetic Lite
|
|
|
|
DEVICE_VARIANT := B
|
2023-05-20 06:37:45 +00:00
|
|
|
DEFAULT := n
|
2020-05-28 18:24:55 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += zyxel_keenetic-lite-b
|
|
|
|
|
2019-01-12 09:43:28 +00:00
|
|
|
define Device/zyxel_keenetic-start
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt5350
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-06 12:51:09 +00:00
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := Keenetic Start
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2019-01-12 09:43:28 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += zyxel_keenetic-start
|
|
|
|
|
2019-07-07 14:27:51 +00:00
|
|
|
define Device/zyxel_nbg-419n
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3052
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 3776k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := NBG-419N
|
|
|
|
SUPPORTED_DEVICES += nbg-419n
|
2020-04-09 10:40:01 +00:00
|
|
|
DEFAULT := n
|
2018-04-03 23:19:22 +00:00
|
|
|
endef
|
2019-07-07 14:27:51 +00:00
|
|
|
TARGET_DEVICES += zyxel_nbg-419n
|
|
|
|
|
|
|
|
define Device/zyxel_nbg-419n-v2
|
2022-05-23 15:50:19 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2019-12-20 00:15:57 +00:00
|
|
|
SOC := rt3352
|
2019-07-22 16:09:57 +00:00
|
|
|
IMAGE_SIZE := 7872k
|
2019-07-07 14:27:51 +00:00
|
|
|
DEVICE_VENDOR := ZyXEL
|
|
|
|
DEVICE_MODEL := NBG-419N
|
|
|
|
DEVICE_VARIANT := v2
|
|
|
|
SUPPORTED_DEVICES += nbg-419n2
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += zyxel_nbg-419n-v2
|