ar71xx: Compex WPJ543 board is supported as well
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Oct 2009 12:59:42 +0000 (12:59 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Oct 2009 12:59:42 +0000 (12:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18100 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig
target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c
target/linux/ar71xx/profiles/compex.mk

index b8b3649..fe8553f 100644 (file)
@@ -27,7 +27,7 @@ config AR71XX_MACH_GENERIC
        default y
 
 config AR71XX_MACH_WP543
-       bool "Compex WP543 board support"
+       bool "Compex WP543/WPJ543 board support"
        select MYLOADER
        default y
 
index fee4b98..9f1111d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Compex WP543 board support
+ *  Compex WP543/WPJ543 board support
  *
  *  Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
  *  Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
index 72812cd..38d963a 100644 (file)
@@ -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))
This page took 0.029207 seconds and 4 git commands to generate.