mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 03:21:53 +02:00
8 lines
209 B
Makefile
8 lines
209 B
Makefile
|
define Profile/FRITZ7320
|
||
|
NAME:=FRITZ7320 Fritzbox
|
||
|
PACKAGES:= kmod-usb-core kmod-usb-ifxhcd kmod-ledtrig-usbdev \
|
||
|
kmod-ltq-dsl-firmware-b-ar9 kmod-ath9k wpad-mini
|
||
|
endef
|
||
|
|
||
|
$(eval $(call Profile,FRITZ7320))
|