openwrtv4/target/linux/lantiq/xrx200/profiles/avm.mk
John Crispin bf007a480a lantiq: Add Support for Fritz!Box 7360 SL
Signed-off-by: Sebastian Ortwein <krone@animeland.de>
Tested-by: Guido Lipke <lipkegu@gmail.com>
2016-06-13 22:51:43 +02:00

13 lines
303 B
Makefile

define Profile/FRITZ3370
NAME:=Fritz!Box WLan - FRITZ3370
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2
endef
$(eval $(call Profile,FRITZ3370))
define Profile/FRITZ7360SL
NAME:=1&1 HomeServer - FRITZ7360SL
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2
endef
$(eval $(call Profile,FRITZ7360SL))