OpenHardware Workshop
Chemnitzer Linux-Tage 2010

   1 diff --git a/pinning/hardware/clt_atmega32.m4 b/pinning/hardware/clt_atmega32.m4
   2 new file mode 100644
   3 index 0000000..103b4b9
   4 --- /dev/null
   5 +++ b/pinning/hardware/clt_atmega32.m4
   6 @@ -0,0 +1,13 @@
   7 +/* port the enc28j60 is attached to */
   8 +pin(SPI_CS_NET, SPI_CS_HARDWARE)
   9 +
  10 +ifdef(`conf_ONEWIRE', `dnl
  11 +  /* onewire support */
  12 +  pin(ONEWIRE, PD7)
  13 +')dnl
  14 +
  15 +ifdef(`conf_ECMD_SERIAL_USART_SUPPORT', `dnl
  16 +  /* USART support */
  17 +  pin(ECMD_SERIAL_USART_TX, PD1)
  18 +')dnl
  19 +
  20 diff --git a/pinning/hardware/clt_atmega644.m4 b/pinning/hardware/clt_atmega644.m4
  21 new file mode 100644
  22 index 0000000..103b4b9
  23 --- /dev/null
  24 +++ b/pinning/hardware/clt_atmega644.m4
  25 @@ -0,0 +1,13 @@
  26 +/* port the enc28j60 is attached to */
  27 +pin(SPI_CS_NET, SPI_CS_HARDWARE)
  28 +
  29 +ifdef(`conf_ONEWIRE', `dnl
  30 +  /* onewire support */
  31 +  pin(ONEWIRE, PD7)
  32 +')dnl
  33 +
  34 +ifdef(`conf_ECMD_SERIAL_USART_SUPPORT', `dnl
  35 +  /* USART support */
  36 +  pin(ECMD_SERIAL_USART_TX, PD1)
  37 +')dnl
  38 +
  39 diff --git a/scripts/Menuconfig b/scripts/Menuconfig
  40 index 0d349c5..7e7bebb 100644
  41 --- a/scripts/Menuconfig
  42 +++ b/scripts/Menuconfig
  43 @@ -1062,6 +1062,8 @@ Select the default profile you wish to load. \
  44                         ethersex          "Standard Ethersex"           0 \
  45                         bootloader        "Ethernet Bootloader"         0 \
  46                         netio             "Pollin AVR Net-IO"           0 \
  47 +                       clt_atmega32      "Chemnitzer Linux-Tage 2010 - ATmega32"       0 \
  48 +                       clt_atmega644     "Chemnitzer Linux-Tage 2010 - ATmega644"      0 \
  49                         radig             "Radig AVR Webmodul"          0 \
  50                         fimser            "Fieldday Instant Messenger"          0 \
  51                         probot            "Conrad Probot"               0 \
  52 diff --git a/scripts/profiles/clt_atmega32 b/scripts/profiles/clt_atmega32
  53 new file mode 100644
  54 index 0000000..a2cda34
  55 --- /dev/null
  56 +++ b/scripts/profiles/clt_atmega32
  57 @@ -0,0 +1,503 @@
  58 +#
  59 +# Automatically generated by make menuconfig: don't edit
  60 +#
  61 +
  62 +#
  63 +# General Setup
  64 +#
  65 +CONFIG_EXPERIMENTAL=y
  66 +ARCH=ARCH_AVR
  67 +ARCH_AVR=y
  68 +# ARCH_HOST is not set
  69 +# atmega8 is not set
  70 +# atmega88 is not set
  71 +# atmega128 is not set
  72 +# atmega16 is not set
  73 +# atmega162 is not set
  74 +# atmega168 is not set
  75 +MCU=atmega32
  76 +atmega32=y
  77 +# atmega64 is not set
  78 +# atmega644 is not set
  79 +# atmega644p is not set
  80 +FREQ=11059200
  81 +# Arduino_Duemilanove is not set
  82 +# Jackalope is not set
  83 +# MicroWebServer is not set
  84 +# conrad_probot is not set
  85 +# etherrape is not set
  86 +# generic_usb_teensy is not set
  87 +HARDWARE=clt
  88 +clt=y
  89 +# other is not set
  90 +# pollin_funkevalboard is not set
  91 +# radig_web is not set
  92 +# sexyfnord is not set
  93 +# user_fnordhw is not set
  94 +# SRAM_SUPPORT is not set
  95 +# SRAM_MEMTEST_ON_BOOT is not set
  96 +# BOOTLOADER_SUPPORT is not set
  97 +# TEENSY_SUPPORT is not set
  98 +# SPI_TIMEOUT is not set
  99 +# USART_SPI_SUPPORT is not set
 100 +# USE_GIT_VERSION is not set
 101 +VERSION_STRING_CHOICE=USE_RELEASE_VERSION
 102 +USE_RELEASE_VERSION=y
 103 +# USE_BUILDDATE_VERSION is not set
 104 +# DEBUG_DISCARD_SOME is not set
 105 +# DEBUG is not set
 106 +DEBUG_BAUDRATE=115200
 107 +# DEBUG_USE_SYSLOG is not set
 108 +# SOFT_UART_SUPPORT is not set
 109 +# DEBUG_HOOK is not set
 110 +# DEBUG_RESET_REASON is not set
 111 +# STATUSLEDS is not set
 112 +# STATUSLED_POWER_SUPPORT is not set
 113 +# STATUSLED_BOOTED_SUPPORT is not set
 114 +# STATUSLED_NETLINK_SUPPORT is not set
 115 +# STATUSLED_TX_SUPPORT is not set
 116 +# RFM12_TX_PIN is not set
 117 +# ZBUS_TX_PIN is not set
 118 +# STATUSLED_RX_SUPPORT is not set
 119 +# RFM12_RX_PIN is not set
 120 +# ZBUS_RX_PIN is not set
 121 +# CRYPTO_SUPPORT is not set
 122 +# CAST5_SUPPORT is not set
 123 +# MD5_SUPPORT is not set
 124 +# SHA1_SUPPORT is not set
 125 +VFS_SUPPORT=y
 126 +# VFS_DF_SUPPORT is not set
 127 +VFS_INLINE_SUPPORT=y
 128 +# CONFIG_INLINE_SUPPORT is not set
 129 +# VFS_CONFIG_INLINE_SUPPORT is not set
 130 +# RFM12_INLINE_SUPPORT is not set
 131 +# I2C_INLINE_SUPPORT is not set
 132 +VFS_IO_INLINE_SUPPORT=y
 133 +# KTY_INLINE_SUPPORT is not set
 134 +ADC_INLINE_SUPPORT=y
 135 +ONEWIRE_INLINE_SUPPORT=y
 136 +# CAMERA_INLINE_SUPPORT is not set
 137 +# NAMED_PIN_INLINE_SUPPORT is not set
 138 +# STELLA_INLINE_SUPPORT is not set
 139 +# MSR1_INLINE_SUPPORT is not set
 140 +# TO1_INLINE_SUPPORT is not set
 141 +# MCUF_INLINE_SUPPORT is not set
 142 +# GAME_INPUT_INLINE_SUPPORT is not set
 143 +# UPNP_INLINE_SUPPORT is not set
 144 +# LCD_INLINE_SUPPORT is not set
 145 +# NMEA_INLINE_SUPPORT is not set
 146 +# PWM_SERVO_INLINE_SUPPORT is not set
 147 +# DEBUG_INLINE_DUMMY is not set
 148 +# DEBUG_INLINE_GZ is not set
 149 +# DEBUG_INLINE_DISABLE_GZ is not set
 150 +# VFS_HOST_SUPPORT is not set
 151 +# VFS_SD_SUPPORT is not set
 152 +# SD_READER_SUPPORT is not set
 153 +# SD_READ_TIMEOUT is not set
 154 +# SD_PING_READ is not set
 155 +# VFS_EEPROM_SUPPORT is not set
 156 +# VFS_EEPROM_RAW_SUPPORT is not set
 157 +# VFS_DC3840_SUPPORT is not set
 158 +# DATAFLASH_SUPPORT is not set
 159 +# DEBUG_FS is not set
 160 +# DEBUG_FS_INODETABLE is not set
 161 +# DEBUG_FS_MARK is not set
 162 +# VFS_EEPROM_DEBUG_SUPPORT is not set
 163 +# DEBUG_SD_READER is not set
 164 +# PAM_SUPPORT is not set
 165 +# CONTROL6_SUPPORT is not set
 166 +
 167 +#
 168 +# Network
 169 +#
 170 +CONF_HOSTNAME="LinuxTage"
 171 +ENC28J60_SUPPORT=y
 172 +CONF_ENC_MAC="00:22:f9:01:0c:65"
 173 +# IPV6_STATIC_SUPPORT is not set
 174 +CONF_ENC_IP="192.168.1.10"
 175 +CONF_ENC_IP4_NETMASK="255.255.255.0"
 176 +# IEEE8021Q_SUPPORT is not set
 177 +# DEBUG_ENC28J60 is not set
 178 +# DEBUG_INTERRUPT is not set
 179 +# DEBUG_REV4_WORKAROUND is not set
 180 +ETHERNET_SUPPORT=y
 181 +# TAP_SUPPORT is not set
 182 +CONF_TAP_MAC="ac:de:48:fd:0f:d0"
 183 +# IPV6_STATIC_SUPPORT is not set
 184 +CONF_TAP_IP="192.168.23.244"
 185 +CONF_TAP_IP4_NETMASK="255.255.255.0"
 186 +CONF_TAP_LOCALIP="192.168.23.1"
 187 +# IEEE8021Q_SUPPORT is not set
 188 +# RFM12_IP_SUPPORT is not set
 189 +CONF_RFM12_FREQ=RFM12_FREQ_433920
 190 +RFM12_FREQ_433920=y
 191 +# RFM12_FREQ_869775 is not set
 192 +# RFM12_FREQ_869800 is not set
 193 +# RFM12_FREQ_869825 is not set
 194 +# RFM12_FREQ_869850 is not set
 195 +# RFM12_FREQ_869875 is not set
 196 +# RFM12_FREQ_869900 is not set
 197 +# RFM12_FREQ_869925 is not set
 198 +# CONF_RFM12_SLOW_SPI is not set
 199 +CONF_RFM12_BAUD=19200
 200 +CONF_RFM12_IP="192.168.5.1"
 201 +CONF_RFM12_IP4_NETMASK="255.255.255.0"
 202 +# RFM12_SOURCE_ROUTE_ALL is not set
 203 +# RFM12_PCKT_FWD is not set
 204 +# RFM12_ARP_PROXY is not set
 205 +# RFM12_RAW_SUPPORT is not set
 206 +# USB_SUPPORT is not set
 207 +# USB_CFG_IS_SELF_POWERED is not set
 208 +USB_CFG_MAX_BUS_POWER=20
 209 +# USB_NET_SUPPORT is not set
 210 +# ZBUS_SUPPORT is not set
 211 +# ZBUS_RAW_SUPPORT is not set
 212 +# ROUTER_SUPPORT is not set
 213 +UIP_SUPPORT=y
 214 +NET_SUPPORT=y
 215 +# IPV6_SUPPORT is not set
 216 +IPV4_SUPPORT=y
 217 +# IP_FORWARDING_SUPPORT is not set
 218 +# UIP_TIMEOUT_SUPPORT is not set
 219 +CONF_ETHERRAPE_GATEWAY="192.168.0.1"
 220 +# UIP_MULTI_STACK is not set
 221 +# IPCHAIR_SUPPORT is not set
 222 +# IPCHAIR_MASQ is not set
 223 +TCP_SUPPORT=y
 224 +# UDP_SUPPORT is not set
 225 +# BROADCAST_SUPPORT is not set
 226 +ICMP_SUPPORT=y
 227 +# DNS_SUPPORT is not set
 228 +CONF_DNS_SERVER="192.168.23.254"
 229 +# BOOTP_SUPPORT is not set
 230 +# BOOTP_TO_EEPROM_SUPPORT is not set
 231 +# OPENVPN_SUPPORT is not set
 232 +CONF_OPENVPN_KEY=00000000000000000000000000000000
 233 +CONF_OPENVPN_HMAC_KEY=00000000000000000000000000000000
 234 +CONF_OPENVPN_IP="0.0.0.0"
 235 +CONF_OPENVPN_IP4_NETMASK="255.255.255.0"
 236 +# OPENVPN_STATIC_REMOTE is not set
 237 +# DEBUG_NET is not set
 238 +# DEBUG_NET_CONFIG is not set
 239 +# DEBUG_NET_IP6 is not set
 240 +# DEBUG_OPENVPN is not set
 241 +# DEBUG_ROUTER is not set
 242 +# DEBUG_UIP is not set
 243 +# DEBUG_NTP is not set
 244 +# DEBUG_UNKNOWN_PACKETS is not set
 245 +
 246 +#
 247 +# I/O
 248 +#
 249 +# CONFIG_IO_NONE is not set
 250 +PORTIO_SCHEME=PORTIO_SIMPLE
 251 +PORTIO_SIMPLE=y
 252 +# PORTIO_FULL_FEATURED is not set
 253 +# NAMED_PIN_SUPPORT is not set
 254 +# TTY_SUPPORT is not set
 255 +TTY_COLS=16
 256 +TTY_LINES=4
 257 +# TTY_LL_HD44780 is not set
 258 +# TTY_LL_S1D15G10 is not set
 259 +# TTY_LL_VT100_TELNET is not set
 260 +# DEBUG_TTY_LAYER is not set
 261 +# HC595_SUPPORT is not set
 262 +HC595_REGISTERS=5
 263 +# HC165_SUPPORT is not set
 264 +# HC165_INVERSE_OUTPUT is not set
 265 +HC165_REGISTERS=1
 266 +ADC_SUPPORT=y
 267 +CONFIG_ADC_AREF=y
 268 +# CONFIG_ADC_AVCC is not set
 269 +# CONFIG_ADC_1_1 is not set
 270 +# CONFIG_ADC_2_56 is not set
 271 +ADC_REF=ADC_AREF
 272 +# SMS_SUPPORT is not set
 273 +SMS_USART_0=y
 274 +# DEBUG_SMS is not set
 275 +# KTY_SUPPORT is not set
 276 +# TLC5620_SUPPORT is not set
 277 +# LTC1257_SUPPORT is not set
 278 +
 279 +#
 280 +# LCD Displays
 281 +#
 282 +# HD44780_SUPPORT is not set
 283 +# HD44780_READBACK is not set
 284 +# S1D15G10_SUPPORT is not set
 285 +# ST7626_SUPPORT is not set
 286 +# DEBUG_HD44780 is not set
 287 +# DEBUG_LCD_MENU is not set
 288 +# I2C_MASTER_SUPPORT is not set
 289 +# I2C_DETECT_SUPPORT is not set
 290 +# I2C_24CXX_SUPPORT is not set
 291 +# I2C_LM75_SUPPORT is not set
 292 +# I2C_PCA9531_SUPPORT is not set
 293 +# I2C_PCF8574X_SUPPORT is not set
 294 +# I2C_UDP_SUPPORT is not set
 295 +# DEBUG_I2C is not set
 296 +# CAMERA_SUPPORT is not set
 297 +# DC3840_SUPPORT is not set
 298 +# CONFIG_DC3840_RES80 is not set
 299 +# CONFIG_DC3840_RES160 is not set
 300 +# CONFIG_DC3840_RES320 is not set
 301 +# CONFIG_DC3840_RES640 is not set
 302 +# DC3840_HIGH_COMPRESSION is not set
 303 +# DC3840_BLACK_WHITE is not set
 304 +DC3840_USART_0=y
 305 +DC3840_USE_USART=0
 306 +# FS20_SUPPORT is not set
 307 +# FS20_SEND_SUPPORT is not set
 308 +# FS20_RECEIVE_SUPPORT is not set
 309 +# FS20_RECEIVE_WS300_SUPPORT is not set
 310 +# DEBUG_FS20_REC is not set
 311 +# DEBUG_FS20_REC_QUEUE is not set
 312 +# DEBUG_FS20_REC_VERBOSE is not set
 313 +# DEBUG_FS20_WS300 is not set
 314 +# DEBUG_FS20_WS300_VERBOSE is not set
 315 +# RC5IR_SUPPORT is not set
 316 +# RC5_SUPPORT is not set
 317 +# DEBUG_RC5 is not set
 318 +# PSB2186_SUPPORT is not set
 319 +# PWM_SUPPORT is not set
 320 +# PWM_WAV_SUPPORT is not set
 321 +# PWM_MELODY_SUPPORT is not set
 322 +# PWM_SERVO_SUPPORT is not set
 323 +PWM_SERVOS=1
 324 +# PWM_SERVO_INVERT is not set
 325 +# DEBUG_PWM is not set
 326 +# DEBUG_PWM_SERVO is not set
 327 +ONEWIRE_SUPPORT=y
 328 +ONEWIRE_DETECT_SUPPORT=y
 329 +# ONEWIRE_DS2502_SUPPORT is not set
 330 +# PS2_SUPPORT is not set
 331 +# PS2_GERMAN_LAYOUT is not set
 332 +# DEBUG_PS2 is not set
 333 +# BUTTONS_INPUT_SUPPORT is not set
 334 +CONF_NUM_BUTTONS=
 335 +# GAME_INPUT_SUPPORT is not set
 336 +# JOYSTICK_DIGITAL_SUPPORT is not set
 337 +# DEBUG_JOYSTICK_DIGITAL is not set
 338 +# DEBUG_GAME_INPUT is not set
 339 +# RFM12_ASK_SUPPORT is not set
 340 +# RFM12_ASK_SENDER_SUPPORT is not set
 341 +# RFM12_ASK_2272_SUPPORT is not set
 342 +# RFM12_ASK_TEVION_SUPPORT is not set
 343 +# RFM12_ASK_EXTERNAL_FILTER_SUPPORT is not set
 344 +# RFM12_ASK_SENSING_SUPPORT is not set
 345 +# DEBUG_ASK_SENSE is not set
 346 +# MCUF_SUPPORT is not set
 347 +# MCUF_SERIAL_SUPPORT is not set
 348 +MCUF_USART_0=y
 349 +# MCUF_OUTPUT_SUPPORT is not set
 350 +# BLP_SUPPORT is not set
 351 +# LEDRG_SUPPORT is not set
 352 +# MCUF_SERIAL_WORKAROUND_FOR_BAD_MCUF_UDP_PACKETS is not set
 353 +# MCUF_SCROLLTEXT_SUPPORT is not set
 354 +CONF_MCUF_SCROLLTEXT_STARTUP="Hi I am your ethersex ;-) "
 355 +CONF_MCUF_SCROLLTEXT_STARTUP_COLOR=240
 356 +CONF_MCUF_SCROLLTEXT_STARTUP_BG_COLOR=1
 357 +CONF_MCUF_SCROLLTEXT_STARTUP_SPEED=2
 358 +# MCUF_CLOCK_SUPPORT is not set
 359 +# MCUF_MODUL_SUPPORT is not set
 360 +# MCUF_MODUL_CRON_SUPPORT is not set
 361 +# MCUF_MODUL_DISPLAY_MODE_CRON_SEQUENCE is not set
 362 +MCUF_MODUL_DISPLAY_MODE_CRON=MCUF_MODUL_DISPLAY_MODE_CRON_RANDOM
 363 +MCUF_MODUL_DISPLAY_MODE_CRON_RANDOM=y
 364 +# MCUF_MODUL_DISPLAY_MODE_SUPPORT is not set
 365 +# MCUF_MODUL_DISPLAY_MODE_SEQUENCE is not set
 366 +MCUF_MODUL_DISPLAY_MODE=MCUF_MODUL_DISPLAY_MODE_RANDOM
 367 +MCUF_MODUL_DISPLAY_MODE_RANDOM=y
 368 +# MCUF_MODUL_DISPLAY_MODE_MANUAL is not set
 369 +# MCUF_TEST_GAME_INPUT is not set
 370 +# MCUF_CHESS_SUPPORT is not set
 371 +# MCUF_BOX_SUPPORT is not set
 372 +# MCUF_CLEAN_SUPPORT is not set
 373 +# MCUF_SPIRAL_SUPPORT is not set
 374 +# MCUF_IMAGE_SUPPORT is not set
 375 +# MCUF_MODUL_BORG16_SUPPORT is not set
 376 +# MCUF_MODUL_BORG16_XONI_STUDY_SUPPORT is not set
 377 +# MCUF_MODUL_BORG16_SNAKE_SUPPORT is not set
 378 +# MCUF_MODUL_BORG16_SNAKE_INTERACTIVE_SUPPORT is not set
 379 +# DEBUG_MCUF is not set
 380 +
 381 +#
 382 +# Protocols
 383 +#
 384 +# ARTNET_SUPPORT is not set
 385 +CONF_ARTNET_PORT=6454
 386 +CONF_ARTNET_MAX_PORTS=4
 387 +CONF_ARTNET_MAX_DATA_LENGTH=511
 388 +CONF_ARTNET_MAX_CHANNELS=512
 389 +CONF_ARTNET_OEM_ID="0xB108"
 390 +# DEBUG_ARTNET is not set
 391 +# DMX_SUPPORT is not set
 392 +CONF_DMX_MAX_CHAN=512
 393 +DMX_USART_0=y
 394 +ECMD_PARSER_SUPPORT=y
 395 +# ALIASCMD_SUPPORT is not set
 396 +# ECMD_PAM_SUPPORT is not set
 397 +# ECMD_SCRIPT_SUPPORT is not set
 398 +ECMD_SCRIPT_MAX_VARIABLES=4
 399 +ECMD_SCRIPT_VARIABLE_LENGTH=10
 400 +ECMD_SCRIPT_COMPARATOR_LENGTH=25
 401 +ECMD_SCRIPT_MAXLINES=128
 402 +ECMD_SERIAL_USART_SUPPORT=y
 403 +ECMD_SERIAL_USART_USART_0=y
 404 +ECMD_SERIAL_USART_USE_USART=0
 405 +# ECMD_SERIAL_USART_RS485_SUPPORT is not set
 406 +ECMD_SERIAL_BAUDRATE=115200
 407 +ECMD_SERIAL_USART_BUFFER_LEN=50
 408 +ECMD_TCP_SUPPORT=y
 409 +ECMD_TCP_PORT=2701
 410 +# ECMD_UDP_SUPPORT is not set
 411 +# ECMD_SERIAL_I2C_SUPPORT is not set
 412 +# ECMD_USB_SUPPORT is not set
 413 +# ECMD_JABBER_SUPPORT is not set
 414 +# ECMD_IRC_SUPPORT is not set
 415 +# ECMD_SMS_SUPPORT is not set
 416 +# ECMD_SENDER_SUPPORT is not set
 417 +# UECMD_SENDER_SUPPORT is not set
 418 +# DISABLE_IPCONF_SUPPORT is not set
 419 +# DISABLE_REBOOT_SUPPORT is not set
 420 +# IPSTATS_SUPPORT is not set
 421 +# FREE_SUPPORT is not set
 422 +# DEBUG_ECMD is not set
 423 +# DEBUG_ECMD_FS20 is not set
 424 +# DEBUG_ECMD_IP is not set
 425 +# DEBUG_ECMD_MAC is not set
 426 +# DEBUG_ECMD_NET is not set
 427 +# DEBUG_ECMD_OW_LIST is not set
 428 +# DEBUG_ECMD_OW_ROM is not set
 429 +# DEBUG_ECMD_PORTIO is not set
 430 +# DEBUG_ECMD_RC5 is not set
 431 +# DEBUG_ECMD_SCRIPT is not set
 432 +# IRC_SUPPORT is not set
 433 +CONF_IRC_IP="192.168.23.254"
 434 +CONF_IRC_PORT=6667
 435 +CONF_IRC_CHANNEL="ethersex"
 436 +CONF_IRC_USERNAME="ethersex"
 437 +CONF_IRC_NICKNAME="ethersex"
 438 +CONF_IRC_REALNAME="Ethersex Wollmilchsau"
 439 +# IRC_GREET_SUPPORT is not set
 440 +# DEBUG_IRC is not set
 441 +# MDNS_SD_SUPPORT is not set
 442 +# MODBUS_SUPPORT is not set
 443 +# MYSQL_SUPPORT is not set
 444 +CONF_MYSQL_IP="192.168.23.254"
 445 +CONF_MYSQL_USERNAME="root"
 446 +CONF_MYSQL_PASSWORD="password"
 447 +CONF_MYSQL_SCHEMA="mavisdb"
 448 +# DEBUG_MYSQL is not set
 449 +# NETSTAT_SUPPORT is not set
 450 +CONF_NETSTAT_SERVICE_IP="188.40.33.175"
 451 +CONF_NETSTAT_SERVICE="ethersex.de"
 452 +CONF_NETSTAT_API="/~habo/stat/"
 453 +# DEBUG_NETSTAT is not set
 454 +# SOAP_SUPPORT is not set
 455 +# SNMP_SUPPORT is not set
 456 +# SENDMAIL_SUPPORT is not set
 457 +CONF_SENDMAIL_IP="78.47.210.246"
 458 +CONF_SENDMAIL_FROM="root@sex.metafnord.de"
 459 +CONF_SENDMAIL_TO="stesie@brokenpipe.de"
 460 +# SENDMAIL_AUTH_SUPPORT is not set
 461 +# DEBUG_SENDMAIL is not set
 462 +# SMS77_SUPPORT is not set
 463 +CONF_SMS77_SERVICE="gateway.sms77.de"
 464 +CONF_SMS77_USER=""
 465 +CONF_SMS77_PASS=""
 466 +CONF_SMS77_TO=""
 467 +# SMS77_EEPROM_SUPPORT is not set
 468 +# DEBUG_SMS77 is not set
 469 +# SYSLOG_SUPPORT is not set
 470 +CONF_SYSLOG_SERVER="192.168.23.73"
 471 +# TWITTER_SUPPORT is not set
 472 +CONF_TWITTER_SERVICE="identi.ca"
 473 +CONF_TWITTER_API="/api"
 474 +CONF_TWITTER_USERNAME="ethersex"
 475 +CONF_TWITTER_PASSWORD=""
 476 +CONF_TWITTER_AUTH="ZXRoZXJzZXg6"
 477 +# DEBUG_TWITTER is not set
 478 +# USTREAM_SUPPORT is not set
 479 +CONF_USTREAM_IP="205.188.234.7"
 480 +CONF_USTREAM_PORT=80
 481 +# DEBUG_USTREAM is not set
 482 +# YPORT_SUPPORT is not set
 483 +YPORT_USART_0=y
 484 +YPORT_PORT=7970
 485 +YPORT_BAUDRATE=115200
 486 +# MSR1_SUPPORT is not set
 487 +MSR1_USART_0=y
 488 +# DEBUG_MSR1 is not set
 489 +# TO1_SUPPORT is not set
 490 +TO1_USART_0=y
 491 +TO1_SENSOR_COUNT=1
 492 +# DEBUG_TO1 is not set
 493 +# NMEA_SUPPORT is not set
 494 +NMEA_USART_0=y
 495 +
 496 +#
 497 +# Applications
 498 +#
 499 +# APP_SAMPLE_SUPPORT is not set
 500 +# APP_SAMPLE_INIT_AUTOSTART_SUPPORT is not set
 501 +# APP_SAMPLE_PERIODIC_AUTOSTART_SUPPORT is not set
 502 +# DEBUG_APP_SAMPLE is not set
 503 +# CLOCK_SUPPORT is not set
 504 +# CLOCK_DATETIME_SUPPORT is not set
 505 +# CLOCK_CRYSTAL_SUPPORT is not set
 506 +# CLOCK_NTP_ADJUST_SUPPORT is not set
 507 +# DCF77_SUPPORT is not set
 508 +# DEBUG_DCF77 is not set
 509 +# NTP_SUPPORT is not set
 510 +# NTPD_SUPPORT is not set
 511 +# WHM_SUPPORT is not set
 512 +# DEBUG_NTP_ADJUST is not set
 513 +# CRON_SUPPORT is not set
 514 +# CRON_DEFAULT_UTC is not set
 515 +# CRON_SUPPORT_TEST is not set
 516 +# DEBUG_CRON_DRYRUN is not set
 517 +# DEBUG_CRON is not set
 518 +# CRON_STATIC_SUPPORT is not set
 519 +# DYNDNS_SUPPORT is not set
 520 +# UDP_ECHO_NET_SUPPORT is not set
 521 +# WOL_SUPPORT is not set
 522 +HTTPD_SUPPORT=y
 523 +# HTTPD_SOAP_SUPPORT is not set
 524 +# HTTPD_AUTH_SUPPORT is not set
 525 +# HTTP_SD_DIR_SUPPORT is not set
 526 +# MIME_SUPPORT is not set
 527 +HTTPD_PORT=80
 528 +HTTPD_ALTERNATE_PORT=8000
 529 +# DEBUG_HTTPD is not set
 530 +# JABBER_SUPPORT is not set
 531 +CONF_JABBER_IP="78.47.210.246"
 532 +CONF_JABBER_HOSTNAME="jabber.zerties.org"
 533 +CONF_JABBER_USERNAME="esex"
 534 +CONF_JABBER_PASSWORD="password"
 535 +CONF_JABBER_RESOURCE="ethersex"
 536 +CONF_JABBER_BUDDY="stesie@jabber.zerties.org"
 537 +# DEBUG_JABBER is not set
 538 +# MOODLIGHT_SUPPORT is not set
 539 +MOODLIGHT_THRESHOLD_INIT=120
 540 +# MOODLIGHT_START_ONBOOT is not set
 541 +# STELLA_SUPPORT is not set
 542 +# STELLA_HIGHFREQ is not set
 543 +STELLA_START=stella_start_zero
 544 +stella_start_zero=y
 545 +# stella_start_all is not set
 546 +# stella_start_eeprom is not set
 547 +STELLA_FADE_STEP_INIT=10
 548 +STELLA_FADE_FUNCTION_INIT=stella_fade_func_0
 549 +stella_fade_func_0=y
 550 +# stella_fade_func_1 is not set
 551 +# DEBUG_STELLA is not set
 552 +# TFTP_SUPPORT is not set
 553 +# TFTPOMATIC_SUPPORT is not set
 554 +# UPNP_SUPPORT is not set
 555 +CONF_UPNP_MULTICAST_IP="239.255.255.250"
 556 +CONF_UPNP_SCHEME_FILENAME="/ih.xml"
 557 +# DEBUG_UPNP is not set
 558 +# WATCHCAT_SUPPORT is not set
 559 +# RFM12_SUPPORT is not set
 560 +IPV4_SUPPORT=y
 561 diff --git a/scripts/profiles/clt_atmega644 b/scripts/profiles/clt_atmega644
 562 new file mode 100644
 563 index 0000000..de0bab6
 564 --- /dev/null
 565 +++ b/scripts/profiles/clt_atmega644
 566 @@ -0,0 +1,503 @@
 567 +#
 568 +# Automatically generated by make menuconfig: don't edit
 569 +#
 570 +
 571 +#
 572 +# General Setup
 573 +#
 574 +CONFIG_EXPERIMENTAL=y
 575 +ARCH=ARCH_AVR
 576 +ARCH_AVR=y
 577 +# ARCH_HOST is not set
 578 +# atmega8 is not set
 579 +# atmega88 is not set
 580 +# atmega128 is not set
 581 +# atmega16 is not set
 582 +# atmega162 is not set
 583 +# atmega168 is not set
 584 +MCU=atmega644
 585 +atmega644=y
 586 +# atmega64 is not set
 587 +# atmega644 is not set
 588 +# atmega644p is not set
 589 +FREQ=11059200
 590 +# Arduino_Duemilanove is not set
 591 +# Jackalope is not set
 592 +# MicroWebServer is not set
 593 +# conrad_probot is not set
 594 +# etherrape is not set
 595 +# generic_usb_teensy is not set
 596 +HARDWARE=max
 597 +max=y
 598 +# other is not set
 599 +# pollin_funkevalboard is not set
 600 +# radig_web is not set
 601 +# sexyfnord is not set
 602 +# user_fnordhw is not set
 603 +# SRAM_SUPPORT is not set
 604 +# SRAM_MEMTEST_ON_BOOT is not set
 605 +# BOOTLOADER_SUPPORT is not set
 606 +# TEENSY_SUPPORT is not set
 607 +# SPI_TIMEOUT is not set
 608 +# USART_SPI_SUPPORT is not set
 609 +# USE_GIT_VERSION is not set
 610 +VERSION_STRING_CHOICE=USE_RELEASE_VERSION
 611 +USE_RELEASE_VERSION=y
 612 +# USE_BUILDDATE_VERSION is not set
 613 +# DEBUG_DISCARD_SOME is not set
 614 +# DEBUG is not set
 615 +DEBUG_BAUDRATE=115200
 616 +# DEBUG_USE_SYSLOG is not set
 617 +# SOFT_UART_SUPPORT is not set
 618 +# DEBUG_HOOK is not set
 619 +# DEBUG_RESET_REASON is not set
 620 +# STATUSLEDS is not set
 621 +# STATUSLED_POWER_SUPPORT is not set
 622 +# STATUSLED_BOOTED_SUPPORT is not set
 623 +# STATUSLED_NETLINK_SUPPORT is not set
 624 +# STATUSLED_TX_SUPPORT is not set
 625 +# RFM12_TX_PIN is not set
 626 +# ZBUS_TX_PIN is not set
 627 +# STATUSLED_RX_SUPPORT is not set
 628 +# RFM12_RX_PIN is not set
 629 +# ZBUS_RX_PIN is not set
 630 +# CRYPTO_SUPPORT is not set
 631 +# CAST5_SUPPORT is not set
 632 +# MD5_SUPPORT is not set
 633 +# SHA1_SUPPORT is not set
 634 +VFS_SUPPORT=y
 635 +# VFS_DF_SUPPORT is not set
 636 +VFS_INLINE_SUPPORT=y
 637 +# CONFIG_INLINE_SUPPORT is not set
 638 +# VFS_CONFIG_INLINE_SUPPORT is not set
 639 +# RFM12_INLINE_SUPPORT is not set
 640 +# I2C_INLINE_SUPPORT is not set
 641 +VFS_IO_INLINE_SUPPORT=y
 642 +# KTY_INLINE_SUPPORT is not set
 643 +ADC_INLINE_SUPPORT=y
 644 +ONEWIRE_INLINE_SUPPORT=y
 645 +# CAMERA_INLINE_SUPPORT is not set
 646 +# NAMED_PIN_INLINE_SUPPORT is not set
 647 +# STELLA_INLINE_SUPPORT is not set
 648 +# MSR1_INLINE_SUPPORT is not set
 649 +# TO1_INLINE_SUPPORT is not set
 650 +# MCUF_INLINE_SUPPORT is not set
 651 +# GAME_INPUT_INLINE_SUPPORT is not set
 652 +# UPNP_INLINE_SUPPORT is not set
 653 +# LCD_INLINE_SUPPORT is not set
 654 +# NMEA_INLINE_SUPPORT is not set
 655 +# PWM_SERVO_INLINE_SUPPORT is not set
 656 +# DEBUG_INLINE_DUMMY is not set
 657 +# DEBUG_INLINE_GZ is not set
 658 +# DEBUG_INLINE_DISABLE_GZ is not set
 659 +# VFS_HOST_SUPPORT is not set
 660 +# VFS_SD_SUPPORT is not set
 661 +# SD_READER_SUPPORT is not set
 662 +# SD_READ_TIMEOUT is not set
 663 +# SD_PING_READ is not set
 664 +# VFS_EEPROM_SUPPORT is not set
 665 +# VFS_EEPROM_RAW_SUPPORT is not set
 666 +# VFS_DC3840_SUPPORT is not set
 667 +# DATAFLASH_SUPPORT is not set
 668 +# DEBUG_FS is not set
 669 +# DEBUG_FS_INODETABLE is not set
 670 +# DEBUG_FS_MARK is not set
 671 +# VFS_EEPROM_DEBUG_SUPPORT is not set
 672 +# DEBUG_SD_READER is not set
 673 +# PAM_SUPPORT is not set
 674 +# CONTROL6_SUPPORT is not set
 675 +
 676 +#
 677 +# Network
 678 +#
 679 +CONF_HOSTNAME="LinuxTage"
 680 +ENC28J60_SUPPORT=y
 681 +CONF_ENC_MAC="00:22:f9:01:0c:65"
 682 +# IPV6_STATIC_SUPPORT is not set
 683 +CONF_ENC_IP="192.168.1.10"
 684 +CONF_ENC_IP4_NETMASK="255.255.255.0"
 685 +# IEEE8021Q_SUPPORT is not set
 686 +# DEBUG_ENC28J60 is not set
 687 +# DEBUG_INTERRUPT is not set
 688 +# DEBUG_REV4_WORKAROUND is not set
 689 +ETHERNET_SUPPORT=y
 690 +# TAP_SUPPORT is not set
 691 +CONF_TAP_MAC="ac:de:48:fd:0f:d0"
 692 +# IPV6_STATIC_SUPPORT is not set
 693 +CONF_TAP_IP="192.168.23.244"
 694 +CONF_TAP_IP4_NETMASK="255.255.255.0"
 695 +CONF_TAP_LOCALIP="192.168.23.1"
 696 +# IEEE8021Q_SUPPORT is not set
 697 +# RFM12_IP_SUPPORT is not set
 698 +CONF_RFM12_FREQ=RFM12_FREQ_433920
 699 +RFM12_FREQ_433920=y
 700 +# RFM12_FREQ_869775 is not set
 701 +# RFM12_FREQ_869800 is not set
 702 +# RFM12_FREQ_869825 is not set
 703 +# RFM12_FREQ_869850 is not set
 704 +# RFM12_FREQ_869875 is not set
 705 +# RFM12_FREQ_869900 is not set
 706 +# RFM12_FREQ_869925 is not set
 707 +# CONF_RFM12_SLOW_SPI is not set
 708 +CONF_RFM12_BAUD=19200
 709 +CONF_RFM12_IP="192.168.5.1"
 710 +CONF_RFM12_IP4_NETMASK="255.255.255.0"
 711 +# RFM12_SOURCE_ROUTE_ALL is not set
 712 +# RFM12_PCKT_FWD is not set
 713 +# RFM12_ARP_PROXY is not set
 714 +# RFM12_RAW_SUPPORT is not set
 715 +# USB_SUPPORT is not set
 716 +# USB_CFG_IS_SELF_POWERED is not set
 717 +USB_CFG_MAX_BUS_POWER=20
 718 +# USB_NET_SUPPORT is not set
 719 +# ZBUS_SUPPORT is not set
 720 +# ZBUS_RAW_SUPPORT is not set
 721 +# ROUTER_SUPPORT is not set
 722 +UIP_SUPPORT=y
 723 +NET_SUPPORT=y
 724 +# IPV6_SUPPORT is not set
 725 +IPV4_SUPPORT=y
 726 +# IP_FORWARDING_SUPPORT is not set
 727 +# UIP_TIMEOUT_SUPPORT is not set
 728 +CONF_ETHERRAPE_GATEWAY="192.168.0.1"
 729 +# UIP_MULTI_STACK is not set
 730 +# IPCHAIR_SUPPORT is not set
 731 +# IPCHAIR_MASQ is not set
 732 +TCP_SUPPORT=y
 733 +# UDP_SUPPORT is not set
 734 +# BROADCAST_SUPPORT is not set
 735 +ICMP_SUPPORT=y
 736 +# DNS_SUPPORT is not set
 737 +CONF_DNS_SERVER="192.168.23.254"
 738 +# BOOTP_SUPPORT is not set
 739 +# BOOTP_TO_EEPROM_SUPPORT is not set
 740 +# OPENVPN_SUPPORT is not set
 741 +CONF_OPENVPN_KEY=00000000000000000000000000000000
 742 +CONF_OPENVPN_HMAC_KEY=00000000000000000000000000000000
 743 +CONF_OPENVPN_IP="0.0.0.0"
 744 +CONF_OPENVPN_IP4_NETMASK="255.255.255.0"
 745 +# OPENVPN_STATIC_REMOTE is not set
 746 +# DEBUG_NET is not set
 747 +# DEBUG_NET_CONFIG is not set
 748 +# DEBUG_NET_IP6 is not set
 749 +# DEBUG_OPENVPN is not set
 750 +# DEBUG_ROUTER is not set
 751 +# DEBUG_UIP is not set
 752 +# DEBUG_NTP is not set
 753 +# DEBUG_UNKNOWN_PACKETS is not set
 754 +
 755 +#
 756 +# I/O
 757 +#
 758 +# CONFIG_IO_NONE is not set
 759 +PORTIO_SCHEME=PORTIO_SIMPLE
 760 +PORTIO_SIMPLE=y
 761 +# PORTIO_FULL_FEATURED is not set
 762 +# NAMED_PIN_SUPPORT is not set
 763 +# TTY_SUPPORT is not set
 764 +TTY_COLS=16
 765 +TTY_LINES=4
 766 +# TTY_LL_HD44780 is not set
 767 +# TTY_LL_S1D15G10 is not set
 768 +# TTY_LL_VT100_TELNET is not set
 769 +# DEBUG_TTY_LAYER is not set
 770 +# HC595_SUPPORT is not set
 771 +HC595_REGISTERS=5
 772 +# HC165_SUPPORT is not set
 773 +# HC165_INVERSE_OUTPUT is not set
 774 +HC165_REGISTERS=1
 775 +ADC_SUPPORT=y
 776 +CONFIG_ADC_AREF=y
 777 +# CONFIG_ADC_AVCC is not set
 778 +# CONFIG_ADC_1_1 is not set
 779 +# CONFIG_ADC_2_56 is not set
 780 +ADC_REF=ADC_AREF
 781 +# SMS_SUPPORT is not set
 782 +SMS_USART_0=y
 783 +# DEBUG_SMS is not set
 784 +# KTY_SUPPORT is not set
 785 +# TLC5620_SUPPORT is not set
 786 +# LTC1257_SUPPORT is not set
 787 +
 788 +#
 789 +# LCD Displays
 790 +#
 791 +# HD44780_SUPPORT is not set
 792 +# HD44780_READBACK is not set
 793 +# S1D15G10_SUPPORT is not set
 794 +# ST7626_SUPPORT is not set
 795 +# DEBUG_HD44780 is not set
 796 +# DEBUG_LCD_MENU is not set
 797 +# I2C_MASTER_SUPPORT is not set
 798 +# I2C_DETECT_SUPPORT is not set
 799 +# I2C_24CXX_SUPPORT is not set
 800 +# I2C_LM75_SUPPORT is not set
 801 +# I2C_PCA9531_SUPPORT is not set
 802 +# I2C_PCF8574X_SUPPORT is not set
 803 +# I2C_UDP_SUPPORT is not set
 804 +# DEBUG_I2C is not set
 805 +# CAMERA_SUPPORT is not set
 806 +# DC3840_SUPPORT is not set
 807 +# CONFIG_DC3840_RES80 is not set
 808 +# CONFIG_DC3840_RES160 is not set
 809 +# CONFIG_DC3840_RES320 is not set
 810 +# CONFIG_DC3840_RES640 is not set
 811 +# DC3840_HIGH_COMPRESSION is not set
 812 +# DC3840_BLACK_WHITE is not set
 813 +DC3840_USART_0=y
 814 +DC3840_USE_USART=0
 815 +# FS20_SUPPORT is not set
 816 +# FS20_SEND_SUPPORT is not set
 817 +# FS20_RECEIVE_SUPPORT is not set
 818 +# FS20_RECEIVE_WS300_SUPPORT is not set
 819 +# DEBUG_FS20_REC is not set
 820 +# DEBUG_FS20_REC_QUEUE is not set
 821 +# DEBUG_FS20_REC_VERBOSE is not set
 822 +# DEBUG_FS20_WS300 is not set
 823 +# DEBUG_FS20_WS300_VERBOSE is not set
 824 +# RC5IR_SUPPORT is not set
 825 +# RC5_SUPPORT is not set
 826 +# DEBUG_RC5 is not set
 827 +# PSB2186_SUPPORT is not set
 828 +# PWM_SUPPORT is not set
 829 +# PWM_WAV_SUPPORT is not set
 830 +# PWM_MELODY_SUPPORT is not set
 831 +# PWM_SERVO_SUPPORT is not set
 832 +PWM_SERVOS=1
 833 +# PWM_SERVO_INVERT is not set
 834 +# DEBUG_PWM is not set
 835 +# DEBUG_PWM_SERVO is not set
 836 +ONEWIRE_SUPPORT=y
 837 +ONEWIRE_DETECT_SUPPORT=y
 838 +# ONEWIRE_DS2502_SUPPORT is not set
 839 +# PS2_SUPPORT is not set
 840 +# PS2_GERMAN_LAYOUT is not set
 841 +# DEBUG_PS2 is not set
 842 +# BUTTONS_INPUT_SUPPORT is not set
 843 +CONF_NUM_BUTTONS=
 844 +# GAME_INPUT_SUPPORT is not set
 845 +# JOYSTICK_DIGITAL_SUPPORT is not set
 846 +# DEBUG_JOYSTICK_DIGITAL is not set
 847 +# DEBUG_GAME_INPUT is not set
 848 +# RFM12_ASK_SUPPORT is not set
 849 +# RFM12_ASK_SENDER_SUPPORT is not set
 850 +# RFM12_ASK_2272_SUPPORT is not set
 851 +# RFM12_ASK_TEVION_SUPPORT is not set
 852 +# RFM12_ASK_EXTERNAL_FILTER_SUPPORT is not set
 853 +# RFM12_ASK_SENSING_SUPPORT is not set
 854 +# DEBUG_ASK_SENSE is not set
 855 +# MCUF_SUPPORT is not set
 856 +# MCUF_SERIAL_SUPPORT is not set
 857 +MCUF_USART_0=y
 858 +# MCUF_OUTPUT_SUPPORT is not set
 859 +# BLP_SUPPORT is not set
 860 +# LEDRG_SUPPORT is not set
 861 +# MCUF_SERIAL_WORKAROUND_FOR_BAD_MCUF_UDP_PACKETS is not set
 862 +# MCUF_SCROLLTEXT_SUPPORT is not set
 863 +CONF_MCUF_SCROLLTEXT_STARTUP="Hi I am your ethersex ;-) "
 864 +CONF_MCUF_SCROLLTEXT_STARTUP_COLOR=240
 865 +CONF_MCUF_SCROLLTEXT_STARTUP_BG_COLOR=1
 866 +CONF_MCUF_SCROLLTEXT_STARTUP_SPEED=2
 867 +# MCUF_CLOCK_SUPPORT is not set
 868 +# MCUF_MODUL_SUPPORT is not set
 869 +# MCUF_MODUL_CRON_SUPPORT is not set
 870 +# MCUF_MODUL_DISPLAY_MODE_CRON_SEQUENCE is not set
 871 +MCUF_MODUL_DISPLAY_MODE_CRON=MCUF_MODUL_DISPLAY_MODE_CRON_RANDOM
 872 +MCUF_MODUL_DISPLAY_MODE_CRON_RANDOM=y
 873 +# MCUF_MODUL_DISPLAY_MODE_SUPPORT is not set
 874 +# MCUF_MODUL_DISPLAY_MODE_SEQUENCE is not set
 875 +MCUF_MODUL_DISPLAY_MODE=MCUF_MODUL_DISPLAY_MODE_RANDOM
 876 +MCUF_MODUL_DISPLAY_MODE_RANDOM=y
 877 +# MCUF_MODUL_DISPLAY_MODE_MANUAL is not set
 878 +# MCUF_TEST_GAME_INPUT is not set
 879 +# MCUF_CHESS_SUPPORT is not set
 880 +# MCUF_BOX_SUPPORT is not set
 881 +# MCUF_CLEAN_SUPPORT is not set
 882 +# MCUF_SPIRAL_SUPPORT is not set
 883 +# MCUF_IMAGE_SUPPORT is not set
 884 +# MCUF_MODUL_BORG16_SUPPORT is not set
 885 +# MCUF_MODUL_BORG16_XONI_STUDY_SUPPORT is not set
 886 +# MCUF_MODUL_BORG16_SNAKE_SUPPORT is not set
 887 +# MCUF_MODUL_BORG16_SNAKE_INTERACTIVE_SUPPORT is not set
 888 +# DEBUG_MCUF is not set
 889 +
 890 +#
 891 +# Protocols
 892 +#
 893 +# ARTNET_SUPPORT is not set
 894 +CONF_ARTNET_PORT=6454
 895 +CONF_ARTNET_MAX_PORTS=4
 896 +CONF_ARTNET_MAX_DATA_LENGTH=511
 897 +CONF_ARTNET_MAX_CHANNELS=512
 898 +CONF_ARTNET_OEM_ID="0xB108"
 899 +# DEBUG_ARTNET is not set
 900 +# DMX_SUPPORT is not set
 901 +CONF_DMX_MAX_CHAN=512
 902 +DMX_USART_0=y
 903 +ECMD_PARSER_SUPPORT=y
 904 +# ALIASCMD_SUPPORT is not set
 905 +# ECMD_PAM_SUPPORT is not set
 906 +# ECMD_SCRIPT_SUPPORT is not set
 907 +ECMD_SCRIPT_MAX_VARIABLES=4
 908 +ECMD_SCRIPT_VARIABLE_LENGTH=10
 909 +ECMD_SCRIPT_COMPARATOR_LENGTH=25
 910 +ECMD_SCRIPT_MAXLINES=128
 911 +ECMD_SERIAL_USART_SUPPORT=y
 912 +ECMD_SERIAL_USART_USART_0=y
 913 +ECMD_SERIAL_USART_USE_USART=0
 914 +# ECMD_SERIAL_USART_RS485_SUPPORT is not set
 915 +ECMD_SERIAL_BAUDRATE=115200
 916 +ECMD_SERIAL_USART_BUFFER_LEN=50
 917 +ECMD_TCP_SUPPORT=y
 918 +ECMD_TCP_PORT=2701
 919 +# ECMD_UDP_SUPPORT is not set
 920 +# ECMD_SERIAL_I2C_SUPPORT is not set
 921 +# ECMD_USB_SUPPORT is not set
 922 +# ECMD_JABBER_SUPPORT is not set
 923 +# ECMD_IRC_SUPPORT is not set
 924 +# ECMD_SMS_SUPPORT is not set
 925 +# ECMD_SENDER_SUPPORT is not set
 926 +# UECMD_SENDER_SUPPORT is not set
 927 +# DISABLE_IPCONF_SUPPORT is not set
 928 +# DISABLE_REBOOT_SUPPORT is not set
 929 +# IPSTATS_SUPPORT is not set
 930 +# FREE_SUPPORT is not set
 931 +# DEBUG_ECMD is not set
 932 +# DEBUG_ECMD_FS20 is not set
 933 +# DEBUG_ECMD_IP is not set
 934 +# DEBUG_ECMD_MAC is not set
 935 +# DEBUG_ECMD_NET is not set
 936 +# DEBUG_ECMD_OW_LIST is not set
 937 +# DEBUG_ECMD_OW_ROM is not set
 938 +# DEBUG_ECMD_PORTIO is not set
 939 +# DEBUG_ECMD_RC5 is not set
 940 +# DEBUG_ECMD_SCRIPT is not set
 941 +# IRC_SUPPORT is not set
 942 +CONF_IRC_IP="192.168.23.254"
 943 +CONF_IRC_PORT=6667
 944 +CONF_IRC_CHANNEL="ethersex"
 945 +CONF_IRC_USERNAME="ethersex"
 946 +CONF_IRC_NICKNAME="ethersex"
 947 +CONF_IRC_REALNAME="Ethersex Wollmilchsau"
 948 +# IRC_GREET_SUPPORT is not set
 949 +# DEBUG_IRC is not set
 950 +# MDNS_SD_SUPPORT is not set
 951 +# MODBUS_SUPPORT is not set
 952 +# MYSQL_SUPPORT is not set
 953 +CONF_MYSQL_IP="192.168.23.254"
 954 +CONF_MYSQL_USERNAME="root"
 955 +CONF_MYSQL_PASSWORD="password"
 956 +CONF_MYSQL_SCHEMA="mavisdb"
 957 +# DEBUG_MYSQL is not set
 958 +# NETSTAT_SUPPORT is not set
 959 +CONF_NETSTAT_SERVICE_IP="188.40.33.175"
 960 +CONF_NETSTAT_SERVICE="ethersex.de"
 961 +CONF_NETSTAT_API="/~habo/stat/"
 962 +# DEBUG_NETSTAT is not set
 963 +# SOAP_SUPPORT is not set
 964 +# SNMP_SUPPORT is not set
 965 +# SENDMAIL_SUPPORT is not set
 966 +CONF_SENDMAIL_IP="78.47.210.246"
 967 +CONF_SENDMAIL_FROM="root@sex.metafnord.de"
 968 +CONF_SENDMAIL_TO="stesie@brokenpipe.de"
 969 +# SENDMAIL_AUTH_SUPPORT is not set
 970 +# DEBUG_SENDMAIL is not set
 971 +# SMS77_SUPPORT is not set
 972 +CONF_SMS77_SERVICE="gateway.sms77.de"
 973 +CONF_SMS77_USER=""
 974 +CONF_SMS77_PASS=""
 975 +CONF_SMS77_TO=""
 976 +# SMS77_EEPROM_SUPPORT is not set
 977 +# DEBUG_SMS77 is not set
 978 +# SYSLOG_SUPPORT is not set
 979 +CONF_SYSLOG_SERVER="192.168.23.73"
 980 +# TWITTER_SUPPORT is not set
 981 +CONF_TWITTER_SERVICE="identi.ca"
 982 +CONF_TWITTER_API="/api"
 983 +CONF_TWITTER_USERNAME="ethersex"
 984 +CONF_TWITTER_PASSWORD=""
 985 +CONF_TWITTER_AUTH="ZXRoZXJzZXg6"
 986 +# DEBUG_TWITTER is not set
 987 +# USTREAM_SUPPORT is not set
 988 +CONF_USTREAM_IP="205.188.234.7"
 989 +CONF_USTREAM_PORT=80
 990 +# DEBUG_USTREAM is not set
 991 +# YPORT_SUPPORT is not set
 992 +YPORT_USART_0=y
 993 +YPORT_PORT=7970
 994 +YPORT_BAUDRATE=115200
 995 +# MSR1_SUPPORT is not set
 996 +MSR1_USART_0=y
 997 +# DEBUG_MSR1 is not set
 998 +# TO1_SUPPORT is not set
 999 +TO1_USART_0=y
1000 +TO1_SENSOR_COUNT=1
1001 +# DEBUG_TO1 is not set
1002 +# NMEA_SUPPORT is not set
1003 +NMEA_USART_0=y
1004 +
1005 +#
1006 +# Applications
1007 +#
1008 +# APP_SAMPLE_SUPPORT is not set
1009 +# APP_SAMPLE_INIT_AUTOSTART_SUPPORT is not set
1010 +# APP_SAMPLE_PERIODIC_AUTOSTART_SUPPORT is not set
1011 +# DEBUG_APP_SAMPLE is not set
1012 +# CLOCK_SUPPORT is not set
1013 +# CLOCK_DATETIME_SUPPORT is not set
1014 +# CLOCK_CRYSTAL_SUPPORT is not set
1015 +# CLOCK_NTP_ADJUST_SUPPORT is not set
1016 +# DCF77_SUPPORT is not set
1017 +# DEBUG_DCF77 is not set
1018 +# NTP_SUPPORT is not set
1019 +# NTPD_SUPPORT is not set
1020 +# WHM_SUPPORT is not set
1021 +# DEBUG_NTP_ADJUST is not set
1022 +# CRON_SUPPORT is not set
1023 +# CRON_DEFAULT_UTC is not set
1024 +# CRON_SUPPORT_TEST is not set
1025 +# DEBUG_CRON_DRYRUN is not set
1026 +# DEBUG_CRON is not set
1027 +# CRON_STATIC_SUPPORT is not set
1028 +# DYNDNS_SUPPORT is not set
1029 +# UDP_ECHO_NET_SUPPORT is not set
1030 +# WOL_SUPPORT is not set
1031 +HTTPD_SUPPORT=y
1032 +# HTTPD_SOAP_SUPPORT is not set
1033 +# HTTPD_AUTH_SUPPORT is not set
1034 +# HTTP_SD_DIR_SUPPORT is not set
1035 +# MIME_SUPPORT is not set
1036 +HTTPD_PORT=80
1037 +HTTPD_ALTERNATE_PORT=8000
1038 +# DEBUG_HTTPD is not set
1039 +# JABBER_SUPPORT is not set
1040 +CONF_JABBER_IP="78.47.210.246"
1041 +CONF_JABBER_HOSTNAME="jabber.zerties.org"
1042 +CONF_JABBER_USERNAME="esex"
1043 +CONF_JABBER_PASSWORD="password"
1044 +CONF_JABBER_RESOURCE="ethersex"
1045 +CONF_JABBER_BUDDY="stesie@jabber.zerties.org"
1046 +# DEBUG_JABBER is not set
1047 +# MOODLIGHT_SUPPORT is not set
1048 +MOODLIGHT_THRESHOLD_INIT=120
1049 +# MOODLIGHT_START_ONBOOT is not set
1050 +# STELLA_SUPPORT is not set
1051 +# STELLA_HIGHFREQ is not set
1052 +STELLA_START=stella_start_zero
1053 +stella_start_zero=y
1054 +# stella_start_all is not set
1055 +# stella_start_eeprom is not set
1056 +STELLA_FADE_STEP_INIT=10
1057 +STELLA_FADE_FUNCTION_INIT=stella_fade_func_0
1058 +stella_fade_func_0=y
1059 +# stella_fade_func_1 is not set
1060 +# DEBUG_STELLA is not set
1061 +# TFTP_SUPPORT is not set
1062 +# TFTPOMATIC_SUPPORT is not set
1063 +# UPNP_SUPPORT is not set
1064 +CONF_UPNP_MULTICAST_IP="239.255.255.250"
1065 +CONF_UPNP_SCHEME_FILENAME="/ih.xml"
1066 +# DEBUG_UPNP is not set
1067 +# WATCHCAT_SUPPORT is not set
1068 +# RFM12_SUPPORT is not set
1069 +IPV4_SUPPORT=y