2
0
forked from Ivasoft/openwrt

lantiq: Add Support for Fritz!Box 7360 SL

Signed-off-by: Sebastian Ortwein <krone@animeland.de>
Tested-by: Guido Lipke <lipkegu@gmail.com>
This commit is contained in:
John Crispin
2016-06-11 15:05:52 +02:00
parent 8bd02b1381
commit bf007a480a
5 changed files with 233 additions and 0 deletions

View File

@@ -4,3 +4,10 @@ define Profile/FRITZ3370
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))