diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:41:23 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-20 05:41:23 +0000 |
| commit | 1e6f674088439d0f3b03c2d5a6eba51d55a30930 (patch) | |
| tree | 465e87278c605fc03e7eb06e23452d314d09c7bb /openwrt/target/linux/linux-2.4/config | |
| parent | 3881fcbbe0e4ef3506d9dc55dbb696139f0e5d02 (diff) | |
| download | mtk-20170518-1e6f674088439d0f3b03c2d5a6eba51d55a30930.zip mtk-20170518-1e6f674088439d0f3b03c2d5a6eba51d55a30930.tar.gz mtk-20170518-1e6f674088439d0f3b03c2d5a6eba51d55a30930.tar.bz2 | |
add AX25 support (thanks to Michael Conrad)
SVN-Revision: 2189
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/config/brcm | 25 | ||||
| -rw-r--r-- | openwrt/target/linux/linux-2.4/config/soekris | 22 |
2 files changed, 45 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/brcm b/openwrt/target/linux/linux-2.4/config/brcm index 871cbdc..f970cfe 100644 --- a/openwrt/target/linux/linux-2.4/config/brcm +++ b/openwrt/target/linux/linux-2.4/config/brcm @@ -849,7 +849,30 @@ CONFIG_SHAPER=m # # Amateur Radio support # -# CONFIG_HAMRADIO is not set +# +# Amateur Radio support +# +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_NETROM is not set +# CONFIG_ROSE is not set + +# +# AX.25 network device drivers +# +CONFIG_MKISS=m +# CONFIG_6PACK is not set +# CONFIG_BPQETHER is not set +# CONFIG_DMASCC is not set +# CONFIG_SCC is not set +# CONFIG_BAYCOM_SER_FDX is not set +# CONFIG_BAYCOM_SER_HDX is not set +# CONFIG_BAYCOM_PAR is not set +# CONFIG_BAYCOM_EPP is not set +# CONFIG_SOUNDMODEM is not set +# CONFIG_YAM is not set + # # IrDA (infrared) support diff --git a/openwrt/target/linux/linux-2.4/config/soekris b/openwrt/target/linux/linux-2.4/config/soekris index a3d9286..92892b1 100644 --- a/openwrt/target/linux/linux-2.4/config/soekris +++ b/openwrt/target/linux/linux-2.4/config/soekris @@ -807,7 +807,27 @@ CONFIG_NET_PCMCIA=y # # Amateur Radio support # -# CONFIG_HAMRADIO is not set +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_NETROM is not set +# CONFIG_ROSE is not set + +# +# AX.25 network device drivers +# +CONFIG_MKISS=m +# CONFIG_6PACK is not set +# CONFIG_BPQETHER is not set +# CONFIG_DMASCC is not set +# CONFIG_SCC is not set +# CONFIG_BAYCOM_SER_FDX is not set +# CONFIG_BAYCOM_SER_HDX is not set +# CONFIG_BAYCOM_PAR is not set +# CONFIG_BAYCOM_EPP is not set +# CONFIG_SOUNDMODEM is not set +# CONFIG_YAM is not set + # # IrDA (infrared) support |
