diff options
author | John Crispin <john@phrozen.org> | 2016-06-11 15:05:52 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | bf007a480a46a9fa843765a54fc2f8aa32b2683f (patch) | |
tree | db5ba71adcab903245856620819aa811089fcd0f /target/linux/lantiq/xrx200/profiles | |
parent | 8bd02b1381f1f660ad6621f908dbf3fca556a24c (diff) | |
download | upstream-bf007a480a46a9fa843765a54fc2f8aa32b2683f.tar.gz upstream-bf007a480a46a9fa843765a54fc2f8aa32b2683f.tar.bz2 upstream-bf007a480a46a9fa843765a54fc2f8aa32b2683f.zip |
lantiq: Add Support for Fritz!Box 7360 SL
Signed-off-by: Sebastian Ortwein <krone@animeland.de>
Tested-by: Guido Lipke <lipkegu@gmail.com>
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/avm.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/avm.mk b/target/linux/lantiq/xrx200/profiles/avm.mk index 35f9a8ea09..30a41199d5 100644 --- a/target/linux/lantiq/xrx200/profiles/avm.mk +++ b/target/linux/lantiq/xrx200/profiles/avm.mk @@ -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)) |