mirror of https://github.com/hak5/openwrt.git
parent
3d0e20260b
commit
6aaae56f5f
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_CLICK
|
||||||
http://pdos.csail.mit.edu/click/
|
http://pdos.csail.mit.edu/click/
|
||||||
|
|
||||||
config BR2_PACKAGE_ROOFNET
|
config BR2_PACKAGE_ROOFNET
|
||||||
prompt "roofnet........................... roofnet mesh networking scripts"
|
prompt "roofnet......................... roofnet mesh networking scripts"
|
||||||
tristate
|
tristate
|
||||||
depends BR2_PACKAGE_CLICK
|
depends BR2_PACKAGE_CLICK
|
||||||
select BR2_PACKAGE_KMOD_MADWIFI
|
select BR2_PACKAGE_KMOD_MADWIFI
|
||||||
|
|
|
@ -8,7 +8,7 @@ config BR2_PACKAGE_DROPBEAR
|
||||||
http://matt.ucc.asn.au/dropbear/
|
http://matt.ucc.asn.au/dropbear/
|
||||||
|
|
||||||
config BR2_PACKAGE_DBCONVERT
|
config BR2_PACKAGE_DBCONVERT
|
||||||
prompt "dropbearconvert................... Utility for converting SSH keys"
|
prompt "dropbearconvert................. Utility for converting SSH keys"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_DROPBEAR
|
depends BR2_PACKAGE_DROPBEAR
|
||||||
|
|
|
@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBGSM
|
||||||
ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||||
|
|
||||||
config BR2_PACKAGE_GSM_UTILS
|
config BR2_PACKAGE_GSM_UTILS
|
||||||
prompt "gsm-utils......................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
|
prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_PACKAGE_LIBGSM
|
depends BR2_PACKAGE_LIBGSM
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
config BR2_PACKAGE_MIAU
|
config BR2_PACKAGE_MIAU
|
||||||
tristate "miau................................. Another IRC-bouncer/proxy"
|
prompt "miau.............................. Another IRC-bouncer/proxy"
|
||||||
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
In short, miau is an IRC-bouncer/proxy.
|
In short, miau is an IRC-bouncer/proxy.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_PEERCAST
|
config BR2_PACKAGE_PEERCAST
|
||||||
prompt "peercast........................... P2P audio and video streaming server"
|
prompt "peercast.......................... P2P audio and video streaming server"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_LIBPTHREAD
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
|
|
|
@ -692,7 +692,7 @@ config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303
|
||||||
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR
|
config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR
|
||||||
prompt "kmod-usb-serial-visor.......... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
|
prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
|
||||||
tristate
|
tristate
|
||||||
default m
|
default m
|
||||||
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
||||||
|
@ -710,7 +710,7 @@ config BR2_PACKAGE_KMOD_USB_ATM
|
||||||
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
|
config BR2_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
|
||||||
prompt "kmod-usb-atm-speedtouch........... Support for USB Speedtouch ADSL modem"
|
prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
|
||||||
tristate
|
tristate
|
||||||
default m
|
default m
|
||||||
depends BR2_PACKAGE_KMOD_USB_ATM
|
depends BR2_PACKAGE_KMOD_USB_ATM
|
||||||
|
@ -744,7 +744,7 @@ config BR2_PACKAGE_KMOD_LP
|
||||||
Kernel modules for line printer and parallel port support
|
Kernel modules for line printer and parallel port support
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_SOFTDOG
|
config BR2_PACKAGE_KMOD_SOFTDOG
|
||||||
prompt "kmod-softdog..................... software watchdog"
|
prompt "kmod-softdog...................... Software watchdog"
|
||||||
tristate
|
tristate
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue