summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/danube
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-17 19:27:44 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-17 19:27:44 +0000
commitb43c756e4c25f7b95094b5cf582f391a85827c57 (patch)
tree6b9f7b14a70e800e2c8b0870ea4c75ebd7a91bf0 /target/linux/lantiq/danube
parentc7a55aca0bd627b6d0417b0a1f13ffbe3fe4ba2c (diff)
[lantiq]
* add gigasx76x update * rebase patches * add arv752DPW arv7525PD * fixes gpio_keys Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/danube')
-rw-r--r--target/linux/lantiq/danube/profiles/002-arcadyan.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/lantiq/danube/profiles/002-arcadyan.mk b/target/linux/lantiq/danube/profiles/002-arcadyan.mk
index 79694f141..509fe07c9 100644
--- a/target/linux/lantiq/danube/profiles/002-arcadyan.mk
+++ b/target/linux/lantiq/danube/profiles/002-arcadyan.mk
@@ -61,6 +61,19 @@ endef
$(eval $(call Profile,ARV4525PW))
+define Profile/ARV7525PW
+ NAME:=ARV7525PW - Speedport W303V Typ A
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg \
+ kmod-ledtrig-netdev kmod-ledtrig-usbdev kmod-leds-gpio kmod-button-hotplug \
+ kmod-rt2800-pci wpad-mini kmod-ltq-dsl-firmware-b
+endef
+
+define Profile/ARV4525PW/Description
+ Package set optimized for the ARV4525PW
+endef
+
+$(eval $(call Profile,ARV7525PW))
+
define Profile/ARV452CPW
NAME:=ARV452CPW - Arcor Easybox 801
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg \
@@ -74,6 +87,19 @@ endef
$(eval $(call Profile,ARV452CPW))
+define Profile/ARV752DPW
+ NAME:=ARV752DPW - Arcor Easybox 802
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg \
+ kmod-ledtrig-netdev kmod-ledtrig-usbdev kmod-leds-gpio kmod-button-hotplug \
+ kmod-rt2800-pci kmod-ltq-dsl-firmware-b
+endef
+
+define Profile/ARV752DPW/Description
+ Package set optimized for the ARV752PW
+endef
+
+$(eval $(call Profile,ARV752DPW))
+
define Profile/ARV752DPW22
NAME:=ARV752DPW22 - Arcor Easybox 803
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-uhci kmod-usb-dwc-otg \