2
0
forked from Ivasoft/openwrt

rename xway profile to danube and remove ar9 specifics

SVN-Revision: 27535
This commit is contained in:
John Crispin
2011-07-07 18:20:21 +00:00
parent f177052c9d
commit 09d547eae4
8 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
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))