mirror of https://github.com/hak5/openwrt.git
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))
|