mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 18:04:42 +02:00
ar71xx: Compex WPJ543 board is supported as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18100 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
51425cfb76
commit
2252f6f066
@ -27,7 +27,7 @@ config AR71XX_MACH_GENERIC
|
|||||||
default y
|
default y
|
||||||
|
|
||||||
config AR71XX_MACH_WP543
|
config AR71XX_MACH_WP543
|
||||||
bool "Compex WP543 board support"
|
bool "Compex WP543/WPJ543 board support"
|
||||||
select MYLOADER
|
select MYLOADER
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
@ -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-2009 Gabor Juhos <juhosg@openwrt.org>
|
||||||
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/WP543
|
define Profile/WP543
|
||||||
NAME:=Compex WP543
|
NAME:=Compex WP543/WPJ543
|
||||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WP543/Description
|
define Profile/WP543/Description
|
||||||
Package set optimized for the Compex WP543.
|
Package set optimized for the Compex WP543/WPJ543 boards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,WP543))
|
$(eval $(call Profile,WP543))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user