diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 12:59:42 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 12:59:42 +0000 |
commit | 2252f6f066f68a12ca80456980ae13edcd4048c6 (patch) | |
tree | 0d61b5037ca1c1b7a1721cce3820e40bb9288173 /target/linux/ar71xx/profiles | |
parent | 51425cfb76163e3007708e0ce5081af421fe4ea7 (diff) |
ar71xx: Compex WPJ543 board is supported as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/profiles')
-rw-r--r-- | target/linux/ar71xx/profiles/compex.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/profiles/compex.mk b/target/linux/ar71xx/profiles/compex.mk index 72812cd5b9..38d963a5c1 100644 --- a/target/linux/ar71xx/profiles/compex.mk +++ b/target/linux/ar71xx/profiles/compex.mk @@ -6,12 +6,12 @@ # define Profile/WP543 - NAME:=Compex WP543 + NAME:=Compex WP543/WPJ543 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 endef define Profile/WP543/Description - Package set optimized for the Compex WP543. + Package set optimized for the Compex WP543/WPJ543 boards. endef $(eval $(call Profile,WP543)) |