Browse Source

replaced dropbear with openssh

master
Christian Wiese 13 years ago
parent
commit
2c5a5528d8
1 changed files with 8 additions and 7 deletions
  1. +8
    -7
      pkgsel/network.conf

+ 8
- 7
pkgsel/network.conf

@ -1,18 +1,19 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/pavian/pkgsel/network.conf
#
# Filename: target/pavian/pkgsel/network.conf
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
#
# More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
for x in NETWORK=1 DHCP=udhcp PPP=1 SSHD=dropbear \
for x in NETWORK=1 DHCP=udhcp PPP=1 SSHD=openssh \
HTTPPROXY=privoxy \
VLAN=1 WIFI=1 \
; do

Loading…
Cancel
Save