Changeset fe039d0 in freewrt
- Timestamp:
- May 17, 2007, 9:24:19 AM (19 years ago)
- Children:
- ce065b20
- Parents:
- 18350de
- Files:
-
- 4 edited
-
mk/modules.mk (modified) (3 diffs)
-
package/madwifi/Config.in (modified) (1 diff)
-
target/linux/config/Config.in.netdevice (modified) (1 diff)
-
target/linux/config/Config.in.network (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mk/modules.mk
r18350de rfe039d0 507 507 ,30)) 508 508 509 ifneq ($(FWRT_KERNEL_EXT2_FS),y) 509 510 $(eval $(call KMOD_template,EXT2_FS,fs-ext2,\ 510 511 $(MODULES_DIR)/kernel/fs/ext2/ext2 \ 511 512 ,30)) 513 endif 512 514 513 515 $(eval $(call KMOD_template,EXT3_FS,fs-ext3,\ … … 526 528 ,30)) 527 529 530 ifneq ($(FWRT_KERNEL_NFS_FS),y) 528 531 $(eval $(call KMOD_template,NFS_FS,fs-nfs,\ 529 532 $(MODULES_DIR)/kernel/net/sunrpc/sunrpc \ … … 531 534 $(MODULES_DIR)/kernel/fs/nfs/nfs \ 532 535 ,30)) 536 endif 533 537 534 538 $(eval $(call KMOD_template,NFSD,fs-nfsd,\ -
package/madwifi/Config.in
r18350de rfe039d0 2 2 prompt "kmod-madwifi...................... Atheros Wifi driver" 3 3 tristate 4 select FWRT_KERNEL_NET_RADIO 4 5 default n 5 6 help -
target/linux/config/Config.in.netdevice
r18350de rfe039d0 51 51 52 52 menu "Wireless card support" 53 54 config FWRT_KERNEL_NET_RADIO 55 boolean 56 default n 53 57 54 58 source package/broadcom-wl/Config.in -
target/linux/config/Config.in.network
r18350de rfe039d0 18 18 19 19 config FWRT_KERNEL_PPP_ASYNC 20 boolean 21 default n 22 23 config FWRT_KERNEL_SLHC 20 24 boolean 21 25 default n … … 104 108 prompt "kmod-ppp.......................... PPP support" 105 109 tristate 106 depends FWRT_KPACKAGE_KMOD_PPP_ASYNC 110 select FWRT_KERNEL_PPP_ASYNC 111 select FWRT_KERNEL_SLHC 107 112 default n 108 113 help 109 Kernel support for PPP 114 PPP (Point to Point Protocol) is a newer and better SLIP. It serves 115 the same purpose: sending Internet traffic over telephone (and other 116 serial) lines. Ask your access provider if they support it, because 117 otherwise you can't use it; most Internet access providers these 118 days support PPP rather than SLIP. 110 119 111 config FWRT_KPACKAGE_KMOD_MPPE 112 prompt "kmod-mppe....................... PPP MPPE/MPPC module" 120 To use PPP, you need an additional program called pppd as described 121 in the PPP-HOWTO, available at 122 <http://www.tldp.org/docs.html#howto>. Make sure that you have 123 the version of pppd recommended in <file:Documentation/Changes>. 124 The PPP option enlarges your kernel by about 16 KB. 125 126 There are actually two versions of PPP: the traditional PPP for 127 asynchronous lines, such as regular analog phone lines, and 128 synchronous PPP which can be used over digital ISDN lines for 129 example. If you want to use PPP over phone lines or other 130 asynchronous serial lines, you need to say Y (or M) here and also to 131 the next option, "PPP support for async serial ports". For PPP over 132 synchronous lines, you should say Y (or M) here and to "Support 133 synchronous PPP", below. 134 135 config FWRT_KPACKAGE_KMOD_PPP_MPPE 136 prompt "kmod-ppp-mppe................... PPP MPPE/MPPC module" 113 137 tristate 114 138 default n 115 139 depends FWRT_KPACKAGE_KMOD_PPP 116 140 select FWRT_KERNEL_CRYPTO 141 select FWRT_KPACKAGE_KMOD_CRYPTO_ARC4 142 select FWRT_KPACKAGE_KMOD_CRYPTO_SHA1 143 select FWRT_KPACKAGE_KMOD_CRYPTO_ECB if FWRT_LINUX_2_6 117 144 help 118 Support for Microsoft PPP Encryption/Compression 145 Support for the MPPE Encryption protocol, as employed by the 146 Microsoft Point-to-Point Tunneling Protocol. 147 148 See http://pptpclient.sourceforge.net/ for information on 149 configuring PPTP clients and servers to utilize this method. 119 150 120 151 #config FWRT_KPACKAGE_KMOD_PPPOATM
Note:
See TracChangeset
for help on using the changeset viewer.
