bae721a9bb
Fixes #121 Based-on-patch-by: Tobias Hachmer <tobias@hachmer.de>
11 lines
400 B
Makefile
11 lines
400 B
Makefile
# List of hardware profiles
|
|
|
|
## Mikrotik
|
|
|
|
# Will contain both ath5k and ath9k
|
|
# ath5k cards are commonly used with Mikrotik hardware
|
|
$(eval $(call GluonProfile,DefaultNoWifi,kmod-ath5k))
|
|
$(eval $(call GluonProfileFactorySuffix,DefaultNoWifi,,-rootfs.tar.gz,-vmlinux-lzma.elf))
|
|
$(eval $(call GluonProfileSysupgradeSuffix,DefaultNoWifi))
|
|
$(eval $(call GluonModel,DefaultNoWifi,DefaultNoWifi,mikrotik))
|