mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 02:23:08 +02:00
11 lines
270 B
Makefile
11 lines
270 B
Makefile
|
define Profile/FRITZ7320
|
||
|
NAME:=1&1 HomeServer - FRITZ7320
|
||
|
PACKAGES:=kmod-ath9k wpad-mini \
|
||
|
kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
|
||
|
kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \
|
||
|
ltq-adsl-app ppp-mod-pppoa \
|
||
|
kmod-ltq-deu-ar9
|
||
|
endef
|
||
|
|
||
|
$(eval $(call Profile,FRITZ7320))
|