mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-28 21:41:09 +02:00
add some more comments, from Georg Lucas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1369 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a64cf0adff
commit
9bef64b9ab
@ -7,7 +7,12 @@ config BR2_LINUX_2_4_BRCM
|
|||||||
bool "Support for Broadcom based routers"
|
bool "Support for Broadcom based routers"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Build firmware images for Broadcom based routers (e.g. Linksys WRT54G(S), Asus WL-500g)
|
Build firmware images for Broadcom based routers
|
||||||
|
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
|
||||||
|
|
||||||
|
This one builds the generic .trx images, activate one of the
|
||||||
|
options below for creating device specific files for use
|
||||||
|
with TFTP client too.
|
||||||
|
|
||||||
config BR2_TARGET_WRT54G
|
config BR2_TARGET_WRT54G
|
||||||
default y
|
default y
|
||||||
@ -22,7 +27,7 @@ config BR2_LINUX_2_4_BRCM
|
|||||||
config BR2_TARGET_MOTOROLA
|
config BR2_TARGET_MOTOROLA
|
||||||
default y
|
default y
|
||||||
depends BR2_LINUX_2_4_BRCM
|
depends BR2_LINUX_2_4_BRCM
|
||||||
bool "Motorola"
|
bool "Motorola WR850G"
|
||||||
|
|
||||||
config BR2_LINUX_2_4_AR7
|
config BR2_LINUX_2_4_AR7
|
||||||
bool "Support for TI AR7 based devices"
|
bool "Support for TI AR7 based devices"
|
||||||
|
Loading…
Reference in New Issue
Block a user