From 5c105d9f3fd086aff195d3849dcf847d6b0bd927 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 5 Oct 2012 10:12:53 +0000 Subject: branch Attitude Adjustment git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/lantiq/danube/profiles/002-arcadyan.mk | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 target/linux/lantiq/danube/profiles/002-arcadyan.mk (limited to 'target/linux/lantiq/danube/profiles/002-arcadyan.mk') diff --git a/target/linux/lantiq/danube/profiles/002-arcadyan.mk b/target/linux/lantiq/danube/profiles/002-arcadyan.mk new file mode 100644 index 000000000..9d6011f68 --- /dev/null +++ b/target/linux/lantiq/danube/profiles/002-arcadyan.mk @@ -0,0 +1,135 @@ +define Profile/ARV3527P + NAME:=ARV3527P - Arcor Easybox 401 + PACKAGES:=kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV3527P/Description + Package set optimized for the ARV3527P +endef + +$(eval $(call Profile,ARV3527P)) + +define Profile/ARV4510PW + NAME:=ARV4510PW - Wippies Homebox + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-rt61-pci wpad-mini \ + kmod-ltq-dsl-firmware-a-danube +endef + +define Profile/ARV4510PW/Description + Package set optimized for the ARV4518PW +endef + +$(eval $(call Profile,ARV4510PW)) + +define Profile/ARV4518PW + NAME:=ARV4518PW - SMC7908A + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ath5k wpad-mini \ + kmod-ltq-dsl-firmware-a-danube +endef + +define Profile/ARV4518PW/Description + Package set optimized for the ARV4518PW +endef + +$(eval $(call Profile,ARV4518PW)) + +define Profile/ARV4519PW + NAME:=ARV4519PW - Vodafone, Pirelli + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ath5k wpad-mini kmod-ltq-dsl-firmware-a-danube +endef + +define Profile/ARV4519PW/Description + Package set optimized for the ARV4519PW +endef + +$(eval $(call Profile,ARV4519PW)) + +define Profile/ARV4520PW + NAME:=ARV4520PW - Arcor Easybox 800 + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-rt61-pci wpad-mini \ + kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV4520PW/Description + Package set optimized for the ARV4520PW +endef + +$(eval $(call Profile,ARV4520PW)) + +define Profile/ARV4525PW + NAME:=ARV4525PW - Speedport W502V + PACKAGES:=kmod-ath5k wpad-mini \ + kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV4525PW/Description + Package set optimized for the ARV4525PW +endef + +$(eval $(call Profile,ARV4525PW)) + +define Profile/ARV7525PW + NAME:=ARV7525PW - Speedport W303V Typ A + PACKAGES:= kmod-rt2800-pci wpad-mini \ + kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV7525PW/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 kmod-ledtrig-usbdev \ + kmod-ath5k wpad-mini \ + kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV452CPW/Description + Package set optimized for the ARV452CPW +endef + +$(eval $(call Profile,ARV452CPW)) + +define Profile/ARV752DPW + NAME:=ARV752DPW - Arcor Easybox 802 + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-rt2800-pci wpad-mini \ + kmod-ltq-dsl-firmware-b-danube +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 kmod-ledtrig-usbdev \ + kmod-ltq-dsl-firmware-b-danube +endef + +define Profile/ARV752DPW22/Description + Package set optimized for the ARV752PW22 +endef + +$(eval $(call Profile,ARV752DPW22)) + +define Profile/ARV7518PW + NAME:=ARV7518PW - ya.com, Astoria + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ath9k wpad-mini kmod-ltq-dsl-firmware-a-danube +endef + +define Profile/ARV7518PW/Description + Package set optimized for the ARV7518PW +endef + +$(eval $(call Profile,ARV7518PW)) -- cgit v1.2.3