1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/target/linux/lantiq/danube/profiles/003-gigaset.mk
John Crispin ec08cc4c05 add new lantiq target
SVN-Revision: 27546
2011-07-07 19:56:18 +00:00

12 lines
317 B
Makefile

define Profile/GIGASX76X
NAME:=GIGASX76X - Gigaset SX761,SX762,SX763
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio \
kmod-ltq-dsl-firmware-b kmod-ledtrig-usbdev
endef
define Profile/GIGASX76X/Description
Package set optimized for the Gigaset SX76X routers
endef
$(eval $(call Profile,GIGASX76X))