diff options
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index d205fd8d9e..2439429c60 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -2380,6 +2380,22 @@ define Device/rosinson_wr818 endef TARGET_DEVICES += rosinson_wr818 +define Device/ruckus_zf73xx_common + DEVICE_VENDOR := Ruckus + DEVICE_PACKAGES := -swconfig kmod-usb2 kmod-usb-chipidea2 + IMAGE_SIZE := 31744k + LOADER_TYPE := bin + KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none + KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel | uImage none +endef + +define Device/ruckus_zf7372 + $(Device/ruckus_zf73xx_common) + SOC := ar9344 + DEVICE_MODEL := ZoneFlex 7352/7372[-E/-U] +endef +TARGET_DEVICES += ruckus_zf7372 + define Device/samsung_wam250 SOC := ar9344 DEVICE_VENDOR := Samsung |