diff options
author | John Crispin <blogic@openwrt.org> | 2012-11-09 19:26:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 19:26:58 +0000 |
commit | 5c300b9f4129c81deddfdabd7ac773ae2fe19a1c (patch) | |
tree | 5e424021a662107ba9750db5d5210057527d2fbe /target/linux | |
parent | 3a08b051849c0a7534fbe79e1ea525a566c5fd24 (diff) | |
download | master-187ad058-5c300b9f4129c81deddfdabd7ac773ae2fe19a1c.tar.gz master-187ad058-5c300b9f4129c81deddfdabd7ac773ae2fe19a1c.tar.bz2 master-187ad058-5c300b9f4129c81deddfdabd7ac773ae2fe19a1c.zip |
[lantiq] add more profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/xway/profiles/arv.mk | 25 | ||||
-rw-r--r-- | target/linux/lantiq/xway/profiles/lantiq.mk (renamed from target/linux/lantiq/xway/profiles/001-lantiq.mk) | 10 |
2 files changed, 25 insertions, 10 deletions
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk new file mode 100644 index 0000000000..e8d371f8fb --- /dev/null +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -0,0 +1,25 @@ +define Profile/ARV7525PW + NAME:=Speedport W303V - ARV7525PW +endef + +$(eval $(call Profile,ARV7525PW)) + +define Profile/ARV4520PW + NAME:=Easybox 800, WAV-281 - ARV4520PW +endef + +$(eval $(call Profile,ARV4520PW)) + +define Profile/ARV752DPW + NAME:=Easybox 802 - ARV752DPW +endef + +$(eval $(call Profile,ARV752DPW)) + +define Profile/ARV752DPW22 + NAME:=Easybox 803 - ARV752DPW22 + PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-uhci kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ltq-dsl-firmware-b-danube +endef + +$(eval $(call Profile,ARV752DPW22)) diff --git a/target/linux/lantiq/xway/profiles/001-lantiq.mk b/target/linux/lantiq/xway/profiles/lantiq.mk index 6243568d83..2c24d3c95e 100644 --- a/target/linux/lantiq/xway/profiles/001-lantiq.mk +++ b/target/linux/lantiq/xway/profiles/lantiq.mk @@ -17,13 +17,3 @@ define Profile/EASY80920-NAND/Description endef $(eval $(call Profile,EASY80920-NAND)) - -define Profile/ARV7525PW - NAME:=ARV7525PW -endef - -define Profile/ARV7525PW/Description - Speedport W303V - ARV7525PW -endef - -$(eval $(call Profile,ARV7525PW)) |