• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..12-Nov-201014

.configH A D09-Dec-2010941

.config.asusH A D02-Mar-2012884

.config.cmdH A D22-Mar-201034

.config.oldH A D22-Mar-2010941

.config.roboH A D22-Mar-201031

500gp/H12-Nov-20106

acl/H12-Nov-201028

attr/H12-Nov-201027

bpalogin/H12-Nov-201024

bridge/H12-Nov-201013

busybox/H02-Mar-2012187

cdma/H12-Nov-20107

config/H02-Mar-201236

config.asus/H09-Dec-201021

detectWAN/H12-Nov-20102

dnsmasq/H12-Nov-201026

dosfstools/H12-Nov-20109

dproxy/H02-Mar-201223

e2fsprogs-1.40.8/H12-Nov-201045

et.SENTRY5/H12-Nov-20107

ez-ipupdate/H02-Mar-201249

fdisk/H12-Nov-201024

httpd/H02-Mar-201238

igmpproxy/H12-Nov-20106

infosvr/H02-Mar-201223

iproute2/H12-Nov-201020

iptables/H02-Mar-201231

jpeg-6b/H12-Nov-2010150

lib/H02-Mar-20126

libbcm/H02-Mar-20126

libbcmcrypto/H02-Mar-20125

libcrypto/H12-Nov-20104

library/H12-Nov-201046

libusb/H02-Mar-201256

LPRng/H02-Mar-201276

MakefileH A D09-Dec-201022.5 KiB

Makefile.HSDPAH A D22-Mar-201022.3 KiB

Makefile.U2ECH A D22-Mar-201022.2 KiB

Makefiles5.cnfH A D22-Mar-2010135

Makefiles5.mkH A D22-Mar-20101.2 KiB

mipsel/H02-Mar-20129

misc/H12-Nov-20105

mkdosfs/H12-Nov-20109

netconf/H02-Mar-20127

networkmap/H02-Mar-20127

ntpclient/H02-Mar-20126

nvram/H02-Mar-20128

others/H09-Dec-201016

ov51x/H12-Nov-201014

ppp/H12-Nov-201028

pppd/H02-Mar-201232

pppd.mppe/H12-Nov-201031

pppoe-relay/H02-Mar-201211

pptp-client/H12-Nov-201059

prebuilt/H12-Nov-20108

rc/H02-Mar-201252

rc.orig/H22-Mar-201058

rcamdmips/H12-Nov-201027

READMEH A D22-Mar-20102.4 KiB

README_ASUSH A D22-Mar-2010994

rp-l2tp/H02-Mar-201230

rp-pppoe/H12-Nov-201050

rt2460/H12-Nov-20106

samba/H12-Nov-201016

sendmail/H12-Nov-20109

shared/H02-Mar-201239

shared.asus/H12-Nov-201033

test/H12-Nov-20105

u2ec/H02-Mar-201226

udhcpd/H02-Mar-201247

upnp/H02-Mar-20123

usb/H12-Nov-20109

utelnetd/H12-Nov-20107

utils/H02-Mar-20123

vlan/H02-Mar-201220

vsftpd/H12-Nov-2010104

wanduck/H02-Mar-20126

wlconf/H02-Mar-20124

www/H09-Dec-20104

README

1#
2# Broadcom Linux Router Configuration
3#
4# Copyright 2004, Broadcom Corporation
5# All Rights Reserved.
6# 
7# THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11#
12# $Id: README,v 1.1.1.1 2008/10/15 03:27:37 james26_jang Exp $
13#
14
15* Introduction
16
17To compile the Broadcom Linux Router package, you must have both
18mipsel-linux and mipsel-uclibc toolchains in your PATH.
19
20/opt/brcm/hndtools-mipsel-linux/bin
21/opt/brcm/hndtools-mipsel-uclibc/bin
22
23
24** Configuration
25
26To configure the package, type "make menuconfig". The Linux kernel will
27be configured as well.
28
29** Compilation
30
31To compile after configuring, type "make". The Linux kernel will be
32built as well.
33
34To compile only a particular module (e.g. rc), type "make rc".
35
36** Installation
37
38To package for direct installation, type "make install" or "make
39package". Linux kernel modules will be installed as well.
40
41If uClibc was selected, "make install" will create a linux.trx file in
42"mipsel-uclibc/". If uClibc was not selected, a linux.trx file will be
43created in "mipsel/".
44
45** Cleaning
46
47It is recommended that "make clean" be run after a configuration change
48is made. By default, "make clean" will not clean the kernel. Uncomment
49the last line of the "clean" target in the Makefile to enable kernel
50cleaning.
51
52* Customization
53
54See config/Kconfig-language.txt for a description of the configuration
55language used for user applications. Although its configuration program
56appears similar, the Linux kernel uses a slightly different
57language. See ../linux/linux/Documentation/kbuild/config-language.txt.
58
59To add a new user application to the package, edit config/Config and
60name the module rule under the "Configuration" section of the
61Makefile. If the module can be built, cleaned, and installed with the
62generic rules located at the end of the Makefile, no further changes are
63necessary. Otherwise, add additional rules for the module under the
64"Overrides" section of the Makefile. "make <module>" should descend into
65the module directory and compile the sources. "make <module>-install"
66should install the appropriate binaries as if "$(INSTALLDIR)/<module>"
67were the root directory. "make <module>-clean" should clean generated
68files from the module directory.
69
70See the rules for "www" for a simple example.
71

README_ASUS

1#
2# ASUSTek Linux Router Configuration
3#
4# Copyright 2004, ASUSTek COMPUTER INC.
5# All Rights Reserved.
6# 
7# THIS SOFTWARE IS OFFERED "AS IS", AND ASUSTek GRANTS NO WARRANTIES OF ANY
8# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11#
12# $Id: README_ASUS,v 1.1.1.1 2008/10/15 03:27:37 james26_jang Exp $
13#
14
15* Introduction
16
17To compile the ASUSTek Linux Router package, you must have installed
18original package, please refer to README.
19
20** Make Images
21
22To generate images for ASUSTek Linux Router(WL500gx/WL500g/WL300g), type 
23"make image-WL500gx" or "make image-WL500g" or "make image-WL300g" 
24
25To generate images for CDMA support in WL500g/WL500gx, type
26"make image-WL500g USB_WAN="CDMA"" or make images-WL500gx USB_WAN="CDMA""
27
28To generate images for ASUSTek Linux Router WL500gp, type
29"make image-WL500gp LANGUAGE=TW" 
30
31