Changeset 4d0b233 in freewrt


Ignore:
Timestamp:
Feb 28, 2007, 11:54:15 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
94d4b51
Parents:
daa1717
Message:
  • adding latest mISDN sources from cvs therefore integrated as kernel-patch, needs no extra porting
  • extended first kernel-2.6 config for building the new features as module
  • disabled standalone mISDN sources for use with rb532

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2111 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/misdn/Config.in

    rdaa1717 r4d0b233  
    33        tristate
    44        default n
     5        depends on ! FWRT_LINUX_2_6_RB
    56        help
    67          mISDN is ISDN support for kernel-2.6 of the next generation
  • target/linux/rb-2.6/ext2-cf/config/config.ext2

    rdaa1717 r4d0b233  
    22# Automatically generated make config: don't edit
    33# Linux kernel version: 2.6.19.1
    4 # Mon Feb  5 14:42:41 2007
     4# Wed Feb 28 17:46:16 2007
    55#
    66CONFIG_MIPS=y
     
    137137# CONFIG_RESOURCES_64BIT is not set
    138138# CONFIG_HZ_48 is not set
    139 # CONFIG_HZ_100 is not set
     139CONFIG_HZ_100=y
    140140# CONFIG_HZ_128 is not set
    141141# CONFIG_HZ_250 is not set
    142142# CONFIG_HZ_256 is not set
    143143# CONFIG_HZ_1000 is not set
    144 CONFIG_HZ_1024=y
     144# CONFIG_HZ_1024 is not set
    145145CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
    146 CONFIG_HZ=1024
     146CONFIG_HZ=100
    147147CONFIG_PREEMPT_NONE=y
    148148# CONFIG_PREEMPT_VOLUNTARY is not set
     
    10341034# CAPI subsystem
    10351035#
    1036 # CONFIG_ISDN_CAPI is not set
     1036CONFIG_ISDN_CAPI=m
     1037# CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set
     1038# CONFIG_ISDN_CAPI_MIDDLEWARE is not set
     1039CONFIG_ISDN_CAPI_CAPI20=m
     1040# CONFIG_ISDN_CAPI_CAPIDRV is not set
     1041
     1042#
     1043# CAPI hardware drivers
     1044#
     1045
     1046#
     1047# Active AVM cards
     1048#
     1049# CONFIG_CAPI_AVM is not set
     1050
     1051#
     1052# Active Eicon DIVA Server cards
     1053#
     1054# CONFIG_CAPI_EICON is not set
     1055
     1056#
     1057# Modular ISDN driver
     1058#
     1059CONFIG_MISDN_DRV=m
     1060# CONFIG_MISDN_MEMDEBUG is not set
     1061# CONFIG_MISDN_AVM_FRITZ is not set
     1062# CONFIG_MISDN_NETJET is not set
     1063CONFIG_MISDN_HFCPCI=y
     1064# CONFIG_MISDN_HFCMULTI is not set
     1065# CONFIG_MISDN_HFCMINI is not set
     1066# CONFIG_MISDN_XHFC is not set
     1067# CONFIG_MISDN_SPEEDFAX is not set
     1068# CONFIG_MISDN_W6692 is not set
     1069CONFIG_MISDN_DSP=y
     1070# CONFIG_MISDN_LOOP is not set
     1071# CONFIG_MISDN_L1OIP is not set
    10371072
    10381073#
Note: See TracChangeset for help on using the changeset viewer.