diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-07 14:01:01 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-07 14:01:01 +0000 |
commit | 9bef64b9ab54d11cf12c48605b06455267cac8e6 (patch) | |
tree | 8fe7b9205d084eff40a42a8b4cf72b2920aabb83 /openwrt/target/linux | |
parent | a64cf0adff673a21bce78cafb2e3ec15b59faec7 (diff) |
add some more comments, from Georg Lucas
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 510a405fc..bcb8179d3 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -7,8 +7,13 @@ config BR2_LINUX_2_4_BRCM bool "Support for Broadcom based routers" default y 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 default y depends BR2_LINUX_2_4_BRCM @@ -22,7 +27,7 @@ config BR2_LINUX_2_4_BRCM config BR2_TARGET_MOTOROLA default y depends BR2_LINUX_2_4_BRCM - bool "Motorola" + bool "Motorola WR850G" config BR2_LINUX_2_4_AR7 bool "Support for TI AR7 based devices" |