profiles.mk 400 B

12345678910
  1. # List of hardware profiles
  2. ## Mikrotik
  3. # Will contain both ath5k and ath9k
  4. # ath5k cards are commonly used with Mikrotik hardware
  5. $(eval $(call GluonProfile,DefaultNoWifi,kmod-ath5k))
  6. $(eval $(call GluonProfileFactorySuffix,DefaultNoWifi,,-rootfs.tar.gz,-vmlinux-lzma.elf))
  7. $(eval $(call GluonProfileSysupgradeSuffix,DefaultNoWifi))
  8. $(eval $(call GluonModel,DefaultNoWifi,DefaultNoWifi,mikrotik))