diff options
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/profiles/zbt.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/profiles/zbt.mk b/target/linux/ramips/mt7621/profiles/zbt.mk index 0073645181..453687d4c5 100644 --- a/target/linux/ramips/mt7621/profiles/zbt.mk +++ b/target/linux/ramips/mt7621/profiles/zbt.mk @@ -16,3 +16,16 @@ define Profile/ZBT-WG2626/Description Package set for ZBT-WG2626 device endef $(eval $(call Profile,ZBT-WG2626)) + + +define Profile/ZBT-WG3526 + NAME:=ZBT-WG3526 Device + PACKAGES:=\ + kmod-usb-core kmod-usb3 \ + kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci +endef + +define Profile/ZBT-WG3526/Description + Package set for ZBT-WG3526 device +endef +$(eval $(call Profile,ZBT-WG3526)) |